good morning,
have installed Proxmox VE 7.4
I am not able to do the following configuration with OVS.
I have two cards eno1 and eno2, I need them to be in LACP bonding.
These cards have vlan10 as their native VLAN and others such as vlan20 for the rest.I have tried the settings in the documentation but can't get the settings to work.
Any recommendations for this configuration or something to keep in mind and it doesn't look good in the official documentation?
***Currently I can only get the setup with one card, this is the current setup.
Greetings and thank you very much in advance
have installed Proxmox VE 7.4
I am not able to do the following configuration with OVS.
I have two cards eno1 and eno2, I need them to be in LACP bonding.
These cards have vlan10 as their native VLAN and others such as vlan20 for the rest.I have tried the settings in the documentation but can't get the settings to work.
Any recommendations for this configuration or something to keep in mind and it doesn't look good in the official documentation?
***Currently I can only get the setup with one card, this is the current setup.
Bash:
auto lo
iface lo inet loopback
auto eno1
iface eno1 inet manual
ovs_type OVSPort
ovs_bridge vmbr0
ovs_mtu 9000
ovs_options tag=1 vlan_mode=native-untagged
iface eno2 inet manual
auto vlan10
iface vlan10 inet static
address 10.10.1.5/24
gateway 10.10.1.254
ovs_type OVSIntPort
ovs_bridge vmbr0
ovs_mtu 1500
ovs_options tag=1
auto vlan8
iface vlan8 inet static
address 10.10.8.5/24
ovs_type OVSIntPort
ovs_bridge vmbr0
ovs_mtu 9000
ovs_options tag=8
auto vmbr0
iface vmbr0 inet manual
ovs_type OVSBridge
ovs_ports eno1 vlan10 vlan8
ovs_mtu 9000
Greetings and thank you very much in advance
Last edited: