that's great - works for me!

auto bond0
iface bond0 inet static
        address 192.168.10.16
        netmask 255.255.255.0
        network 192.168.10.0
        gateway 192.168.10.10
        pre-up modprobe bonding mode=balance-xor miimon=100; ifconfig bond0 up; 
ifconfig eth0 up; ifconfig eth1 up
        post-up ifenslave bond0 eth0 eth1
        pre-down ifenslave -d bond0 eth0 eth1
        post-down ifconfig eth0 down; ifconfig eth1 down; ifconfig bond0 down

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

Title:
  hotplug-style bonding does not work after reboot - "service networking
  restart" needed to get it working

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

Reply via email to