PPPoE方案實現IPv6通訊(by ISP solution)

    內容表格
    to the older version or return to 版本存檔.

    Combined revision comparison

    正在比較的版本由vxr修改於23:40, 7 Aug 2017,另一版本為目前, 由vxr修改於23:46, 7 Aug 2017

    ...

    這個命令查看指定的wan介面是否存在了2001開頭的IPv6. 如果注意到已經取得了IPv6位址, 那麼在打入以下命令:
    config sys int
    edit [YOUR WAN INTERFACE WITH PPPOE]
    config ipv6
    set ip6-mode pppoe
    set dhcp6-prefix-delegation enable
    set autoconf ena
    end
    next
    end
    * dhcp6-prefix-delegation啟用DHCP-PD, 做為跟ISP溝通取得prefix資訊
    * 有一個dhcp6-prefix-hint的function, 作為暗示一個能夠跟ISP取得的prefix資訊. 這個作法在台灣行不通, 因此不必理會.

    ...

    Version from 23:40, 7 Aug 2017

    This revision modified by vxr (Ban)

    ...

    目前版本

    This revision modified by vxr (Ban)

    ...

    這個命令查看指定的wan介面是否存在了2001開頭的IPv6. 如果注意到已經取得了IPv6位址, 那麼在打入以下命令:
    config sys int
    edit [YOUR WAN INTERFACE WITH PPPOE]
    config ipv6
    set ip6-mode pppoe
    set dhcp6-prefix-delegation enable
    set autoconf ena
    end
    next
    end
    * dhcp6-prefix-delegation啟用DHCP-PD, 做為跟ISP溝通取得prefix資訊
    * 有一個dhcp6-prefix-hint的function, 作為暗示一個能夠跟ISP取得的prefix資訊. 這個作法在台灣行不通, 因此不必理會.

    ...

    Powered by MindTouch Core