>From my reading of it, the correct configuration should be:

iface bond0 inet static
   address 192.168.0.1
   netmask 255.255.255.0
   bond_slaves none
   bond_mode broadcast
   bond_miimon 100
   bond_updelay 200
   bond_downdelay 500
   bond_usecarrier 1

auto eth2
iface eth2 inet manual
   bond-master bond0
   bond-primary eth2 eth3
   bond_mode broadcast
   bond_miimon 100
   bond_updelay 200
   bond_downdelay 500
   bond_usecarrier 1

auto eth3
iface eth3 inet manual
   bond-master bond0
   bond-primary eth2 eth3
   bond_mode broadcast
   bond_miimon 100
   bond_updelay 200
   bond_downdelay 500
   bond_usecarrier 1

Note that the bond doesn't come up automatically (no auto statement),
and it doesn't list the slaves directly. Instead the physical interfaces
come up, and they in turn bring bond0 up. Because of that, the bonding
options must be specified on all interfaces.

Have you tested? If so, please report here.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/974218

Title:
  Ifenslave-2.6 problem in ubuntu 12;04 precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifenslave-2.6/+bug/974218/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to