Hi all, finally installed Proxmox to one of my Dell R610's for the first time. I'm having some difficulties with my OVS Bonding/Bridging config, as in I thought I set it up right but it's not working.
As I'm sure you can figure out, I have 4 NICs (all on board), configured in a ovs_bond called bond0. I then have bond0 bridge to vmbr0, and vmbr0 is configured with an IP. My network is 172.16.1.0/24, so no routing neccessary. This server is connected to a Dell PowerConnect 2824 switch, and the 4 ports are configured in a LAG. The LAG and all ports are in an up state on the switch.
I configured the bridge/bond via the web UI, and rebooted the server. I am not able to ping this server from my computer, nor ping my computer (or 8.8.8.8) from this server.
Any ideas?
Thanks!
Code:
# cat /etc/network/interfaces
# network interface settings
auto lo
iface lo inet loopback
iface eth0 inet manual
iface eth1 inet manual
iface eth2 inet manual
iface eth3 inet manual
allow-vmbr0 bond0
iface bond0 inet manual
ovs_bonds eth1 eth2 eth3 eth4
ovs_type OVSBond
ovs_bridge vmbr0
ovs_options lacp=active bond_mode=balance-slb
auto vmbr0
iface vmbr0 inet static
address 172.16.1.202
netmask 255.255.255.0
gateway 172.16.1.254
ovs_type OVSBridge
ovs_ports bond0
As I'm sure you can figure out, I have 4 NICs (all on board), configured in a ovs_bond called bond0. I then have bond0 bridge to vmbr0, and vmbr0 is configured with an IP. My network is 172.16.1.0/24, so no routing neccessary. This server is connected to a Dell PowerConnect 2824 switch, and the 4 ports are configured in a LAG. The LAG and all ports are in an up state on the switch.
Code:
# ifconfig vmbr1
vmbr0 Link encap:Ethernet HWaddr f0:4d:a2:09:bf:31
inet addr:172.16.1.202 Bcast:172.16.1.255 Mask:255.255.255.0
inet6 addr: fe80::f24d:a2ff:fe09:bf31/64 Scope:Link
UP BROADCAST RUNNING MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:858 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:36252 (35.4 KiB)
I configured the bridge/bond via the web UI, and rebooted the server. I am not able to ping this server from my computer, nor ping my computer (or 8.8.8.8) from this server.
Any ideas?
Thanks!
Last edited: