Hi, as the title says i'm having a problem on VMs and containers that share the host pve VLAN.
If the VM goes on a different VLAN, no problem. My intention is to have a bond between eno1 and eno2 with lacp layer 2 and have one bridge so every VM goes through that bridge with the specific VLAN tag. I tried creating a VLAN10 specific for management, but even though i can access the WebGUI, the problem persists. Searched everywhere and nothing I try works.
Configuration as follows:
auto lo
iface lo inet loopback
auto eno1
iface eno1 inet manual
auto eno2
iface eno2 inet manual
iface eno3 inet manual
iface eno4 inet manual
auto bond0
iface bond0 inet manual
bond-slaves eno1 eno2
bond-miimon 100
bond-mode 802.3ad
bond-xmit-hash-policy layer2
auto vmbr0
iface vmbr0 inet manual
bridge-ports bond0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
auto vlan10
iface vlan10 inet static
address 192.168.10.20/24
gateway 192.168.10.1
vlan-raw-device bond0
If the VM goes on a different VLAN, no problem. My intention is to have a bond between eno1 and eno2 with lacp layer 2 and have one bridge so every VM goes through that bridge with the specific VLAN tag. I tried creating a VLAN10 specific for management, but even though i can access the WebGUI, the problem persists. Searched everywhere and nothing I try works.
Configuration as follows:
auto lo
iface lo inet loopback
auto eno1
iface eno1 inet manual
auto eno2
iface eno2 inet manual
iface eno3 inet manual
iface eno4 inet manual
auto bond0
iface bond0 inet manual
bond-slaves eno1 eno2
bond-miimon 100
bond-mode 802.3ad
bond-xmit-hash-policy layer2
auto vmbr0
iface vmbr0 inet manual
bridge-ports bond0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
auto vlan10
iface vlan10 inet static
address 192.168.10.20/24
gateway 192.168.10.1
vlan-raw-device bond0