Hello, I need help with whitch configuration I should use with an OVS on proxmox.
I have two nodes with two nic:s eatch. I want the nic:s in a LACP bond and the bridged to vmbr0
I have understodd that it is best practice to use vlan:s so proxmox mngmnt vlan 50
I have a 8 port netgear switch that supports vlan:s and lacp ( gs108e or something) Should the LAGS I have configured on the netgear be tagged with vlan 50 or is there ant other settings on the switch I should make?? So, should the ports be marked with "T" "U" or nothing??
I have tried numerous configs, including the one I found on proxmox.wiki None of them works and thats why i am writing here.
Everything work when adding a Linux bond and Bridge, the config for that is:
# network interface settings
auto lo
iface lo inet loopback
iface eth0 inet manual
iface eth1 inet manual
auto bond0
iface bond0 inet manual
slaves eth0 eth1
bond_miimon 100
bond_mode 802.3ad
auto vmbr0
iface vmbr0 inet static
address 10.0.0.9
netmask 255.255.255.0
gateway 10.0.0.1
bridge_ports bond0
bridge_stp on
bridge_maxwait 0
bridge_maxage 0
bridge_fd 0
bridge_ageing 0
I have two nodes with two nic:s eatch. I want the nic:s in a LACP bond and the bridged to vmbr0
I have understodd that it is best practice to use vlan:s so proxmox mngmnt vlan 50
I have a 8 port netgear switch that supports vlan:s and lacp ( gs108e or something) Should the LAGS I have configured on the netgear be tagged with vlan 50 or is there ant other settings on the switch I should make?? So, should the ports be marked with "T" "U" or nothing??
I have tried numerous configs, including the one I found on proxmox.wiki None of them works and thats why i am writing here.
Everything work when adding a Linux bond and Bridge, the config for that is:
# network interface settings
auto lo
iface lo inet loopback
iface eth0 inet manual
iface eth1 inet manual
auto bond0
iface bond0 inet manual
slaves eth0 eth1
bond_miimon 100
bond_mode 802.3ad
auto vmbr0
iface vmbr0 inet static
address 10.0.0.9
netmask 255.255.255.0
gateway 10.0.0.1
bridge_ports bond0
bridge_stp on
bridge_maxwait 0
bridge_maxage 0
bridge_fd 0
bridge_ageing 0