很久不用电信的PPPOE拨号,最近拨号后发现能顺利的进行6to4接入。于是在路由器上尝试看看能否也能开启6to4 Relay。经过尝试,发现可行。Windows用户 如果遇到链接问题,需要先把本机的6to4服务或者其他隧道全部关闭win7用户操作方式如下netsh int ipv6 6to4 set stat dis
netsh int ipv6 isatap set stat dis
netsh int ipv6 teredo set stat dis
netsh int ipv6 6to4 set stat dis
sc config iphlpsvc start= auto
net start iphlpsvc设置Tomato的6to4 relay正在 Ping ipv6.l.google.com [2404:6800:4005:c00::93] 具有 32 字节的数据:
来自 2404:6800:4005:c00::93 的回复: 时间=465ms
来自 2404:6800:4005:c00::93 的回复: 时间=469ms
来自 2404:6800:4005:c00::93 的回复: 时间=469ms
来自 2404:6800:4005:c00::93 的回复: 时间=464ms
2404:6800:4005:c00::93 的 Ping 统计信息:
数据包:
...
继续阅读
(37)