我遇到了 IPv6 连接问题。我搜索了很多网站,但找不到解决方案。
输出如下ping
:
Ping ipv6.l.google.com [2404:6800:4005:c00::67] (with 32 bytes of data):
Reply from 2404:6800:4005:c00::67: time=5ms
Reply from 2404:6800:4005:c00::67: time=5ms
Reply from 2404:6800:4005:c00::67: time=5ms
︙
Reply from 2404:6800:4005:c00::67: time=5ms
Reply from 2404:6800:4005:c00::67: time=5ms
Reply from 2404:6800:4005:c00::67: time=5ms
Reply from 2404:6800:4005:c00::67: time=672ms
Reply from 2404:6800:4005:c00::67: time=5ms
Reply from 2404:6800:4005:c00::67: time=5ms
Reply from 2404:6800:4005:c00::67: time=5ms
︙
输出如下tracert
:
ipv6.l.google.com [2404:6800:4005:c00::68]
1 372 ms 4 ms 2 ms 6to4.hkg1.he.net [2001:470:0:163::2]
2 4 ms 2 ms 2 ms 2001:470:0:163::1
3 4 ms 4 ms 4 ms google3-10G.hkix.net [2001:7fa:0:1::ca28:a10a]
4 4 ms 4 ms 8 ms 2001:4860::1:0:16
5 5 ms 6 ms 4 ms 2001:4860::2:0:119c
6 * * * Time out
7 12 ms 5 ms 4 ms 2404:6800:4005:c00::68
我的 ISP 提供 IPv6 连接,但我无法连接。我正在使用 IE10 和 Windows 7。
答案1
如果您的 ISP 为您提供原生 IPv6,那么您绝对不应该超过 6to4,正如您的跟踪路由显示的那样。
要解决此问题,请禁用 6to4(以及 Teredo,以防万一)。这将允许使用您的本机 IPv6(如果确实为您提供了 IPv6)。
在 Windows Vista 及更高版本上:
netsh interface ipv6 6to4 set state disabled
netsh interface teredo set state disabled
如果你有 XP,请使用:
netsh interface ipv6 6to4 set state disabled
netsh interface ipv6 set teredo disabled