OVN Configuration

deepakk

New Member
Feb 12, 2024
1
0
1
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.
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!