Does anybody else have this Problem?
Our virtual machines loose their IPv6-connectivity after a period time. To be precise: They loose internet connectivity. They are still able to access neighbors within their broadcast domain. After a direct PING to the public IPv6 address of the Cisco router, they gain access again for some time.
I also have a workaround, that I have to apply to the Proxmox host:
I have to do this after every reboot. I am puzzled why this is all necessary.
The proxmox server creates a bridge on a 802.1Q VLAN. Example:
On the other end, we use switch stacks from Cisco.
Kind regards,
Aiko
Our virtual machines loose their IPv6-connectivity after a period time. To be precise: They loose internet connectivity. They are still able to access neighbors within their broadcast domain. After a direct PING to the public IPv6 address of the Cisco router, they gain access again for some time.
I also have a workaround, that I have to apply to the Proxmox host:
$ cd /sys/class/net; for i in vmbr*; do echo 0 > $i/bridge/multicast_snooping; done
I have to do this after every reboot. I am puzzled why this is all necessary.
The proxmox server creates a bridge on a 802.1Q VLAN. Example:
auto vmbr2
iface vmbr2 inet manual
bridge_ports eth1.2
bridge_stp off
bridge_fd 0
iface vmbr2 inet manual
bridge_ports eth1.2
bridge_stp off
bridge_fd 0
On the other end, we use switch stacks from Cisco.
Kind regards,
Aiko