-
Notifications
You must be signed in to change notification settings - Fork 7.7k
IPv6 Win10
lgy-note edited this page Jan 2, 2018
·
29 revisions
-> 特别重要:找到 网络和共享中心 - 更改适配器设置 - 本地连接(无线网络则找到WLAN或蓝牙网络连接)- 属性,把 IPv6协议 前面的勾去掉,确定。否则会出现一些奇怪的问题。 +我以为可以克隆一份,不知道怎么就删除了,作者看到再恢复吧,不好意思
-
- // 设置 Teredo 服务器,默认为:win10.ipv6.microsoft.com
- netsh interface teredo set state enterpriseclient server=default
- // 测试 IPv6 连接
- ping -6 ipv6.test-ipv6.com
- ping -6 [2001:470:1:18::125]
- // 重置 IPv6 配置
- netsh interface ipv6 reset
-
-- 通过命令ipconfig /all
查看当前网络信息,看到 Teredo Tunneling Pseudo-Interface
有以 2001 开头的IPv6地址即可。
- 启动IE浏览器,访问 http://test-ipv6.com 或 http://ipv6.test-ipv6.com,如果选项卡 “测试项目” 下面的 “不使用域名的 IPv6 测试” 显示成功,则隧道建立成功。Chrome浏览器的测试结果可能和IE不一样,请注意
-
- // 第一种:修改 Teredo 服务器为 teredo.remlab.net
- netsh interface teredo set state server=teredo.remlab.net
- // 第二种:先卸载当前 Teredo 适配器再重新启用
- netsh interface Teredo set state disable
- netsh interface Teredo set state type=default
- ping -6 ipv6.test-ipv6.com
-
- “6to4 状态” 和 “ISATAP 状态” 都配置为 “已禁用状态” ,
- “Teredo 状态” 配置为 “企业客户端”,“Teredo 默认限定” 配置为 “已启用状态”
- 删除regedit:计算机\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ 下面的Tcpip6和TCPIP6TUNNEL两个选项。(改动注册表之前请备份)