auto lo
iface lo inet loopback
iface eno1 inet manual
iface eno2 inet manual
auto vmbr0
iface vmbr0 inet manual
ovs_type OVSBridge
ovs_ports bond0 vlan99
allow-vmbr0 bond0
iface bond0 inet manual
ovs_bonds eno1 eno2
ovs_type OVSBond
ovs_bridge vmbr0
ovs_options lacp=active bond_mode=balance-slb
allow-vmbr0 vlan99
iface vlan99 inet static
address 192.168.99.10
netmask 255.255.255.0
gateway 192.168.99.1
ovs_type OVSIntPort
ovs_bridge vmbr0
ovs_options tag=99
#management vlan
iface enp9s0 inet manual
auto vmbr0
iface vmbr0 inet static
address <IP>
netmask 255.255.255.0
gateway <GW>
bridge_vlan_aware yes
bridge_ports enp9s0
bridge_stp off
bridge_fd 0
Thanks, previously I am looking for traditional bridge vlan aware method. Open vSwitch method which I also in my plan to study later on.
> All VMs and containers have their network interface connected to the bridge, and the desired VLAN tag is set at the guest's interface.
I would like to know more details under VMs.
Which Network interface I should binding to according your example?
When adding Network interface for VM under GUI. Should I still identify VLAN Tag 99 as well?
Did you have example for traditional bridge vlan aware method?
Thanks!
We use essential cookies to make this site work, and optional cookies to enhance your experience.