VIRMARCH该如何设置ipv6

75次阅读

共计 1255 个字符,预计需要花费 4 分钟才能阅读完成。

loc 大神,我看 virmarch 有 ipv6 地址了,尝试使用,却怎么也 ping 不通,我看 /etc/network/interfaces 配置里的 ipv6 地址和网关都有。有大神知道原因,万分感谢
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 45.66.217.134
gateway 45.66.217.1
netmask 255.255.255.0
dns-nameservers 8.8.8.8 8.8.4.4
up ip addr add 2a12:a301:0:4::a674:fedf/64 dev eth0
up ip -6 route add 2a12:a301:0000:0004:0000:0000:0000:0001 dev eth0
up ip -6 route add default via 2a12:a301:0000:0004:0000:0000:0000:0001

raycole 发表于 2022-12-6 12:23
发工单!

发完工单,IPV6 没给,却删机了发工单!我也遇到同样的问题 iface eth0 inet6 static
address 2a12:a301:0:4::a674:fedf/64
gateway 2a12:a301:0:4::1 复制代码配置好后要重启

七枷社 发表于 2022-12-6 12:41

按照您的方法添加了静态 ip,也重启了 vps,还是不能 ping 通 root@PunyStandard-VM:~# ping ipw.cn
PING ipw.cn(2402:4e00:40:40::2:3b6 (2402:4e00:40:40::2:3b6)) 56 data bytes
From PunyStandard-VM (2a12:a301:0:4::a674:fedf) icmp_seq=1 Destination unreachable: Address unreachable
From PunyStandard-VM (2a12:a301:0:4::a674:fedf) icmp_seq=2 Destination unreachable: Address unreachable
From PunyStandard-VM (2a12:a301:0:4::a674:fedf) icmp_seq=3 Destination unreachable: Address unreachable

沙漠之水 发表于 2022-12-6 12:52
按照您的方法添加了静态 ip,也重启了 vps,还是不能 ping 通

你去面板添加个 ipv6 地址 然后设置试试 v6 配置似乎是有问题的又不提供 v6 我没有 ipv6,是要重装一下吗?vir 的小鸡,哪个机房是可以开 IPV6 的?面板里已经有 ipv6 地址了,和 vps 里的一样。京东的我看到面板里有 ipv6 才去试试有没有可能这个 v6 机房还没设置好,所以内部的 v6 不能 ping 通

正文完
 0