-
Notifications
You must be signed in to change notification settings - Fork 7.7k
teredo
onplus edited this page Nov 17, 2017
·
8 revisions
https://en.wikipedia.org/wiki/Teredo_tunneling
以管理员身份运行 CMD/PowerShell
输入命令(XP需要先运行netsh interface ipv6 install
)
netsh interface ipv6 set teredo enterpriseclient teredo.remlab.net 30 default
ping -6 [2001:470:1:18::125]
netsh int ipv6 show teredo state
其中servername可以自行择优选择(https://en.wikipedia.org/wiki/Teredo_tunneling#Servers)
netsh interface ipv6 set teredo servername=teredo.trex.fi
netsh interface ipv6 set teredo servername=win10.ipv6.microsoft.com
注:
- 在 win10专业版、win7旗舰版、xp家庭版测试通过
- 本方法只能为 xx-net/ipv6-hosts 提供基本支持,若要直接域名访问IPV6网站还需其他设置
- 耐心等待teredo建立链接,多次执行ping命令