根据后台v6的地址、网关设置完后,ping6提示Network is unreachable
跟机器里装了pve没关系吧? # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). source /etc/network/interfaces.d/* # The loopback network interface auto lo iface lo inet loopback # The primary network interface allow-hotplug enp5s0 iface enp5s0 inet static address 85.xxx.xx.xx/32 gateway 85.xxx.xx.1 pointopoint 85.xxx.xxx.1 # dns-* options are implemented by the resolvconf package, if installed dns-nameservers 62.xx.xx.5 62.xx.xx.4 62.141.32.3 dns-search dus4.fastwebserver.de iface enp5s0 inet6 static address 2001:4fs0:fff3:33/64 gateway fe80::1/128复制代码
cat /proc/sys/net/ipv6/conf/all/disable_ipv6 结果为0
ip -6 route show ::1 dev lo proto kernel metric 256 pref medium 2001:4fs0:fff3:33::/64 dev enp5s0 proto kernel metric 256 pref medium fe80::/64 dev enp5s0 proto kernel metric 256 pref medium复制代码
河南省网友说:address 2001:4fs0:fff3:33/64 这地址是错误的吧??
16进制数有 S ? 而且不规范啊! 这是乱写的?
还有网关也是乱写??