Workaround without /etc/rc.local.

/etc/network/interfaces
---
auto bond0
iface bond0 inet manual
  address 192.168.1.42
  gateway 192.168.1.1
  netmask 255.255.255.0
  # no bond options...

auto eth0
iface eth0 inet manual
bond-master bond0
---

/etc/modules
---
bonding
---

/etc/modprobe.d/bonding.conf
---
options bonding mode=802.3ad miimon=100 lacp_rate=1 updelay=100 downdelay=100
---

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

Title:
  Bonding mode ignored

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

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

Reply via email to