HE.NET配置IPV6
更新时间:2023-12-20 05:05
https://tunnelbroker.net/注册一个账号
User Functions->Create Regular Tunnel。
在IPv4 Endpoint (Your side)填入服务器的ipv4地址,
在Available Tunnel Servers中选中离vps最近的那个位置。
点击创建隧道。
example configurations ->复制内容 -》 etc/network/interfaces:
/etc/sysctl.conf中填写sysctl -p生效。
测试
User Functions->Create Regular Tunnel。
在IPv4 Endpoint (Your side)填入服务器的ipv4地址,
在Available Tunnel Servers中选中离vps最近的那个位置。
点击创建隧道。
example configurations ->复制内容 -》 etc/network/interfaces:
/etc/sysctl.conf中填写sysctl -p生效。
net.ipv6.conf.all.disable_ipv6 = 0
net.ipv6.conf.default.disable_ipv6 = 0
net.ipv6.conf.lo.disable_ipv6 = 0
/etc/resolv.conf
填写解析Ipv6:
nameserver 2001:4860:4860::8888
执行ifup he-ipv6测试
ping ipv6.google.com