Hi,
I would like to configure Openvswitch for the host communication with trunk configuration on proxmox 8.3.
Can I know if the configuration is correct?
auto lo
iface lo inet loopback
auto ens2f0np0
iface ens2f0np0 inet manual
ovs_type OVSPort
ovs_bridge bond0
auto ens1f1
iface ens1f1 inet manual
ovs_type OVSPort
ovs_bridge bond0
auto bond0
iface bond0 inet manual
ovs_type OVSBond
ovs_bridge vmbr0
ovs_bonds ens2f0np0 ens1f1
ovs_options bond_mode=active-backup other_config:bond-miimon-interval=100
auto vmbr0
iface vmbr0 inet manual
ovs_type OVSBridge
ovs_ports bond0 vlan102
auto vlan102
iface vlan102 inet static
address 10.10.1.12/24
gateway 10.10.1.1
ovs_type OVSIntPort
ovs_bridge vmbr0
ovs_options tag=102
source /etc/network/interfaces.d/*
By default the I heard the configuration default OVS configuration will follow the system bonding.need some clarity to setup my home lab.
I would like to configure Openvswitch for the host communication with trunk configuration on proxmox 8.3.
Can I know if the configuration is correct?
auto lo
iface lo inet loopback
auto ens2f0np0
iface ens2f0np0 inet manual
ovs_type OVSPort
ovs_bridge bond0
auto ens1f1
iface ens1f1 inet manual
ovs_type OVSPort
ovs_bridge bond0
auto bond0
iface bond0 inet manual
ovs_type OVSBond
ovs_bridge vmbr0
ovs_bonds ens2f0np0 ens1f1
ovs_options bond_mode=active-backup other_config:bond-miimon-interval=100
auto vmbr0
iface vmbr0 inet manual
ovs_type OVSBridge
ovs_ports bond0 vlan102
auto vlan102
iface vlan102 inet static
address 10.10.1.12/24
gateway 10.10.1.1
ovs_type OVSIntPort
ovs_bridge vmbr0
ovs_options tag=102
source /etc/network/interfaces.d/*
By default the I heard the configuration default OVS configuration will follow the system bonding.need some clarity to setup my home lab.