1.修改配置文件###

vim /etc/network/interfaces

2.添加以下内容###

auto he-ipv6
iface he-ipv6 inet6 v4tunnel
        address 2001:470:c:1af0::2
        netmask 64
        endpoint 66.220.18.42
        local 108.174.250.156
        ttl 255
        gateway 2001:470:c:1af0::1

3.重启网络###

systemctl restart networking

相关文章:

  • 2021-12-06
  • 2022-12-23
  • 2022-12-23
  • 2021-06-16
  • 2021-12-15
  • 2022-12-23
  • 2022-12-23
  • 2021-11-28
猜你喜欢
  • 2021-11-24
  • 2021-09-08
  • 2022-03-15
  • 2021-08-05
  • 2021-11-02
  • 2021-04-10
相关资源
相似解决方案