首先确定以下设置:
1.系统服务(Services)中的IP Helper状态自动(automatic)已启动(Started)
2.网络连接 IPV6 勾上。
3.修改C:\windows\system32\drivers\etc
下载host文件,http://3721up.com/1ejg 复制到文件目录下。
4.重启电脑。
相关命令:
查看IPV6 teredo 状态: netsh interface ipv6 show teredo
用PING检查网站是否使用IPV6,如:ping www.youtube.com
相关问题
ipv6 tunnel bug 修复:
@echo off
echo 6to4 Adapter removal tool
echo Author: Ryan Victory
echo Note: This batch file must be placed in the folder containing the devcon.exe file (the extracted one, not the one you downloaded
echo Beginning devcon
devcon remove *6to4mp
pause
exit
复制以上文件到txt,重命名为remove.bat, 运行等待结束。
输入:netsh interface ipv6 set teredo enterpriseclient