OK, I think I found a solution, but maybe also a bug in PVE network management.
If host needs access to VLANs, these VLANs must be configured on the bridge interface (vmbr0) and NOT on bridge ports.
Here is my /etc/network/interfaces which is working:
auto lo
iface lo inet loopback
iface eth0...
That is my /etc/network/interfaces. I simplified it while I was trying to find the problem.
Originally eth0 and eth1 are teamed in bond0 (active-backup mode), bond0 was the port of vmbr0, respectively vlan 301 was setup on bond0.301
auto lo
iface lo inet loopback
iface eth0 inet manual
iface...
Hello,
Currently I'm testing proxmox VE and I have the following problem (kvm virtualization only):
While I'm using basic network setup (vmbr0 with eth0 as port) and connecting virtual machines to vmbr0 without dedicated VLAN everything works fine, but as soon as I configure VLAN on host...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.