Hurricane Electric提供免费的IPv6转换服务
https://www.tunnelbroker.net
注册账号什么的就不多说了,在web端创建好隧道以后
得到win2012下的执行脚本如下
netsh interface ipv6 add v6v4tunnel interface=IP6Tunnel localaddress=内网地址 remoteaddress=默认
netsh interface ipv6 add address interface=IP6Tunnel address=默认
netsh interface ipv6 add route prefix=::/0 interface=IP6Tunnel nexthop=默认
这个内网地址一定要改为本地机器的真是内网地址。
本地机器无需做任何端口映射。
然后在本地机器cmd执行代码。
选择节点的时候,ping一下哪个快选哪个。
删除无关隧道
netsh interface teredo set state disable
netsh interface 6to4 set state disable
netsh interface isatap set state disable
创建隧道
netsh interface ipv6 add v6v4tunnel interface=IP6Tunnel localaddress=内网地址 remoteaddress=默认
netsh interface ipv6 add address interface=IP6Tunnel address=默认
netsh interface ipv6 add route prefix=::/0 interface=IP6Tunnel nexthop=默认
代码一定要一行一行执行。
至此,执行ipconfig应该就可以看到机器获取到ipv6地址了
控制面板\网络和 Internet\网络连接 所有本地连接 属性里面的ipv6打钩去掉
这时候ping网关,就可以ping通了。
可以被外部网络访问了,如果不可以,换个节点再试试。
但是仍然无法访问外部网络。
估计是基于滥用考虑,访问外网功能被禁用了。
需要说明的是,现在阿里云的好多ip被禁止接入了。
如果在配置过程中遇到意外需要调整。
可以在控制面板>设备管理器>网络适配器
查看>显示隐藏设备 删除“隧道适配器”。
名称不一定和ipconfig里面看到的一样。
删除隧道配置
netsh interface ipv6 delete address interface=IP6Tunnel address=完整ipv6
netsh interface ipv6 delete route ::/0 interface=IP6Tunnel nexthop=完整ipv6
删除隧道适配器
netsh interface ipv6 delete interface IP6Tunnel
查看路由表
netsh interface ipv6 show route
参考资料
https://www.west.cn/faq/list.asp?unid=1515
推荐您阅读更多有关于“ ipv6 ”的文章
以上内容如果对你有用,请收藏。
评论列表: