Blog Home
Updated: 2023 Oct 09

给你的电脑添加IPv6

步骤

  • 注册Tunnel Broker 账号

https://www.tunnelbroker.net

  • 点击左侧的 Create Regular Tunnel(创建常规隧道)
  • 输入你的客户端IPv4 地址,然后选择一个隧道服务,点击Create Tunnel(创建隧道)即可。
  • Tunnel Details 选项可以看到申请到的地址,切换到Example Configuration 选项卡,选择我们使用的客户端系统,根据选择显示配置。

> 注:如果你的客户端是在NAT之后,需要在添加隧道时将公网IP换成内网IP。

> 在创建隧道服务时,需要填写的公网IP地址需要开启ICMP。如果你没有公网IP,那看看运营商有没有禁用上游IPv4的ICMP,不过大多数都是关闭的。

> 最好选加州节点。试用了日本节点,发现访问美国加州vps会很慢,四百左右的时延。选择加州节点去访问加州vps,就和ipv4访问时延差不多。猜测应该是多绕了一圈。

  • 配置好之后,通过浏览器访问下方地址,即可查看是否成功配置。

> https://test-ipv6.com

  • 如果你的客户端无图形桌面环境,可以通过下方任意一行命令检测。
ping6 google.com
ping -6 google.com
curl -6 ip.sb
curl ipv6.ip.sb

各系统会用到的命令

MacOS

sudo ifconfig gif0 up #启动接口
sudo ifconfig gif0 down #关闭接口
sudo ifconfig gif0 down unplumb #删除接口

Ubuntu/Debian

sudo ifup he-ipv6
sudo systemctl restart networking
sudo ifdown he-ipv6
sudo rm -f /etc/network/interfaces.d/he-ipv6

Windows

netsh interface ipv6 delete interface ip6tunnel
netsh interface ipv6 reset all

参考链接

Comments:

Email questions, comments, and corrections to hi@smartisan.dev.

Submissions may appear publicly on this website, unless requested otherwise in your email.