在tunnelbroker.org注册个号,邮箱里验证账号,登录不了等1hour,登录后Create Regular Tunnel
填你服务器公网IP,请在安全组放行ICMP协议,如果ping不通tunnelbroker不会通过你的创建请求。选择一个你你服务器最近的DNS服务器(ping值最低也可)
然后去Example Configuration 选择Windows 10,然后服务器那边Win+R cmd(以管理员身份运行)一行一行复制,注意阿里云这边有个问题,第三行命令这边localadress一定要填内网地址,因为阿里云专网问题会导致创建失败,一定一定要填内网地址。还有用NAT的也要这样做,否则就是两行泪!
例子:
netsh interface teredo set state disabled
netsh interface ipv6 add v6v4tunnel
interface=IP6Tunnel localaddress=drcd.leeskyler.top remoteaddress=74.82.46.6
netsh interface ipv6 add address interface=IP6Tunnel address=2001:470:23:739::2
netsh interface ipv6 add route prefix=::/0 interface=IP6Tunnel nexthop=2001:470:23:739::1
netsh interface ipv6 add v6v4tunnel
interface=IP6Tunnel localaddress=drcd.leeskyler.top remoteaddress=74.82.46.6
netsh interface ipv6 add address interface=IP6Tunnel address=2001:470:23:739::2
netsh interface ipv6 add route prefix=::/0 interface=IP6Tunnel nexthop=2001:470:23:739::1
如不慎有有填写配置错误,请运行以下命令然后重复上述步骤
netsh interface ipv6 delete ipv6 IP6Tunnel
netsh interface ipv6 reset all
netsh interface ipv6 reset all
李天成 2020/06/15 22:34
转载请注明出处。


叨叨几句... NOTHING