L learjet3204 Member Sep 13, 2013 11 0 21 Sep 13, 2013 #1 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: Sep 13, 2013
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?
G groy New Member Oct 6, 2012 15 0 1 France Sep 15, 2013 #2 More details ? post your /etc/network/interfaces with bond config.
L learjet3204 Member Sep 13, 2013 11 0 21 Sep 16, 2013 #3 groy said: More details ? post your /etc/network/interfaces with bond config. Click to expand... 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
groy said: More details ? post your /etc/network/interfaces with bond config. Click to expand... 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
L learjet3204 Member Sep 13, 2013 11 0 21 Sep 16, 2013 #4 it is something with balance-rr i tried some other types and they all seem to work... thoughts??