After upgrading to PVE 7 IPv6 has stopped working. If I restart the network (ifup -a) the 2001:41d0:803:8400::1/128 does start pinging until the node reboots again. I can't get the route IP blocks to work at all inside virtual machines.
Read more
Code:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet manual
auto eth1
iface eth1 inet manual
auto eth2
iface eth2 inet manual
auto eth3
iface eth3 inet manual
iface enp9s0f3u2u2c2 inet manual
auto bond0
iface bond0 inet manual...
Read more