I have a new Proxmox install, I'm trying to bond my 4 ethernet connections and put all the traffic (vm+management) through one bridge.
After I setup the networking and reboot I can't access anything over the network.
Here's what I ended up with in /etc/network/interfaces:
auto lo
iface lo inet loopback
iface eno1 inet manual
iface eno2 inet manual
iface eno3 inet manual
iface eno4 inet manual
iface enp0s29f0u2 inet manual
allow-vmbr0 bond0
iface bond0 inet manual
ovs_bonds eno1 eno2 eno3 eno4
ovs_type OVSBond
ovs_bridge vmbr0
ovs_options lacp=active bond_mode=balance-slb
auto vmbr0
iface vmbr0 inet static
address 192.168.2.135
netmask 255.255.255.0
gateway 192.168.2.1
ovs_type OVSBridge
ovs_ports bond0
After I setup the networking and reboot I can't access anything over the network.
Here's what I ended up with in /etc/network/interfaces:
auto lo
iface lo inet loopback
iface eno1 inet manual
iface eno2 inet manual
iface eno3 inet manual
iface eno4 inet manual
iface enp0s29f0u2 inet manual
allow-vmbr0 bond0
iface bond0 inet manual
ovs_bonds eno1 eno2 eno3 eno4
ovs_type OVSBond
ovs_bridge vmbr0
ovs_options lacp=active bond_mode=balance-slb
auto vmbr0
iface vmbr0 inet static
address 192.168.2.135
netmask 255.255.255.0
gateway 192.168.2.1
ovs_type OVSBridge
ovs_ports bond0