Dear fellows,
using Proxmox 6.0 and 6.1 I have the problem that IPv6 is not passed to the VMs. It does not matter if LXC container or KVM.
So it looks like the bridge filters IPv6. It sometimes works right after boot but a couple of minutes later it is blocked again.
My interfaces is very simple:
On the same system I am using open vswitch and everything works fine.
Is there anything special on using Linux bridge with IPv6 clients?
Thanks,
dksoft
using Proxmox 6.0 and 6.1 I have the problem that IPv6 is not passed to the VMs. It does not matter if LXC container or KVM.
So it looks like the bridge filters IPv6. It sometimes works right after boot but a couple of minutes later it is blocked again.
My interfaces is very simple:
Code:
auto lo
iface lo inet loopback
iface eno1 inet manual
iface eno2 inet manual
iface eno3 inet manual
iface eno4 inet manual
iface enp1 inet manual
auto vmbr0
iface vmbr0 inet static
address 10.0.0.8
netmask 24
gateway 10.0.0.1
bridge-ports enp1
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
On the same system I am using open vswitch and everything works fine.
Is there anything special on using Linux bridge with IPv6 clients?
Thanks,
dksoft