跟机器里装了pve没关系吧?
[ol]# 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[/ol]复制代码
cat /proc/sys/net/ipv6/conf/all/disable_ipv6 结果为0
[ol]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[/ol]复制代码