本帖最后由 sice 于 2021-7-11 21:14 编辑
我才用的是光猫桥接,路由器拨号。
首先配置PPPOE上的设置,让pppoe端口在拨号的时候自动获取到广域网上的ipv6地址,然后你的路由器wan口上就有ipv6地址了。 登陆到路由器,ifconfig pppoe-wan,看见有240,200开始的ipv6地址,恭喜你~~ pppoe-wan Link encapoint-to-Point Protocol inet addr:100.64.41.95 P-t-P:100.64.0.1 Mask:255.255.255.255 inet6 addr: 240e:398:e13:489c:8e3b:ad7e:ecc5:d5d6/64 Scope:Global inet6 addr: fe80::8e3b:ad7e:ecc5:d5d6/10 Scope:Link UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1 RX packets:13751576 errors:0 dropped:0 overruns:0 frame:0 TX packets:2786845 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:3 RX bytes:17619804050 (16.4 GiB) TX bytes:450314002 (429.4 MiB) Scope:Global 全局地址,这个地址是你的路由器的公网ipv6地址。 Scope:Link 根据MAC地址通过一定格式转换出来的全球唯一的本地链路地址。
从路由器测试: root@OpenWrt101:~# ping6 2400:3200::1 PING 2400:3200::1 (2400:3200::1): 56 data bytes 64 bytes from 2400:3200::1: seq=0 ttl=120 time=32.124 ms 64 bytes from 2400:3200::1: seq=1 ttl=120 time=33.440 ms 64 bytes from 2400:3200::1: seq=2 ttl=120 time=33.819 ms ^C --- 2400:3200::1 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 32.124/33.127/33.819 ms root@OpenWrt101:~#
|