Bonding issue

learjet3204

Member
Sep 13, 2013
11
0
21
when i setup a bond of 2 or more nics and point a bridge to it. Nothing works in the VM. i can unbond the nics and just bridge them and they work fine
any thoughts?
 
Last edited:
More details ?
post your /etc/network/interfaces with bond config.

auto bond0
iface bond0 inet manual
slaves eth0 eth1
bond_miimon 100
bond_mode balance-rr

auto vmbr0
iface vmbr0 inet static
address 172.23.12.193
netmask 255.255.255.0
gateway 172.23.12.4
bridge_ports bond0
bridge_stp off
bridge_fd 0

auto vmbr1
iface vmbr1 inet manual
bridge_ports eth10
bridge_stp off
bridge_fd 0