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
上一篇:github copilot默認的提示詞 下一篇:返回列表