ifenslave / ifupdown bonding support

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Thu Mar 26 15:43:44 UTC 2015


On 26 March 2015 at 14:57, Michael Sumulong <msumulong at gmail.com> wrote:
> I am currently using BusyBox 1.22.1 and would like to be able to setup
> network interface bonding via my /etc/network/interfaces file but I'm not
> sure if there's any support for bonding in ifupdown.c. Can anyone confirm
> this is true or am I missing something?

I suggest you do that with pre-up and post-down
Maybe something like this works already?:

auto bond0
iface bond0 inet static
        address 10.0.0.77
        netmask 255.255.255.0
        gateway 10.0.0.1
        pre-up ifenslave bond0 eth4 eth9

echo "alias bond* bonding" >> /etc/modprobe.d/bonding.conf

HTH,


More information about the busybox mailing list