Hi,
what is wrong with the following config? vmbr0.111 is working, but we can't get any traffic on vmbr0.304
cat /etc/network/interfaces
auto lo
iface lo inet loopback
iface eno1 inet manual
iface eno2 inet manual
iface eno3 inet manual
iface eno4 inet manual
iface ens2 inet manual
iface ens2d1 inet manual
auto bond0
iface bond0 inet manual
bond-slaves ens2 ens2d1
bond-miimon 100
bond-mode active-backup
auto vmbr0
iface vmbr0 inet manual
bridge-ports bond0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
auto vmbr0.111
iface vmbr0.111 inet static
address x.x.x.183
netmask 255.255.255.192
gateway x.x.x.129
auto vmbr0.304
iface vmbr0.304 inet static
address 10.10.10.15
netmask 255.255.255.0
auto vmbr1
iface vmbr1 inet manual
bridge-ports eno1
bridge-stp off
bridge-fd 0
what is wrong with the following config? vmbr0.111 is working, but we can't get any traffic on vmbr0.304
cat /etc/network/interfaces
auto lo
iface lo inet loopback
iface eno1 inet manual
iface eno2 inet manual
iface eno3 inet manual
iface eno4 inet manual
iface ens2 inet manual
iface ens2d1 inet manual
auto bond0
iface bond0 inet manual
bond-slaves ens2 ens2d1
bond-miimon 100
bond-mode active-backup
auto vmbr0
iface vmbr0 inet manual
bridge-ports bond0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
auto vmbr0.111
iface vmbr0.111 inet static
address x.x.x.183
netmask 255.255.255.192
gateway x.x.x.129
auto vmbr0.304
iface vmbr0.304 inet static
address 10.10.10.15
netmask 255.255.255.0
auto vmbr1
iface vmbr1 inet manual
bridge-ports eno1
bridge-stp off
bridge-fd 0