使用HE的tunnelbroker IPv6隧道为阿里云等国内VPS增加IPv6支持

1、首先修改  /etc/sysctl.conf ,加入下面三行内容

Bash
net.ipv6.conf.all.disable_ipv6 = 0
net.ipv6.conf.default.disable_ipv6 = 0
net.ipv6.conf.lo.disable_ipv6 = 0

2、保存使设置生效,启用IPv6。

Bash
sysctl -p

3、到 https://www.tunnelbroker.net/ 注册一个账户,然后登陆,点击左侧的 Create Regular Tunnel 。

IPv4 Endpoint (Your side)填VPS的公网 IP 地址,

Available Tunnel Servers 选一个隧道接入服务器,尽量选择距离自己vps最近的接入点。比如阿里云香港对应选择香港,新加坡就选新加坡,会有助于降低延迟。

4、编辑 /etc/network/interfaces,把获取到的信息粘贴进去,要注意的是local的地方要改成阿里云的内网ip

使用HE的tunnelbroker IPv6隧道为阿里云等国内VPS增加IPv6支持

5、重启网络即可生效

Bash
/etc/init.d/networking restart

6、测试一下吧

Bash
ping6 ipv6.google.com

版权声明:
作者:Jays
链接:https://ijays.com/2020/12/use-he-tunnelbroker-ipv6-support.html
来源:颓废的美
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>