All pastes #2110806 Raw Edit

Mine

public text v1 · immutable
#2110806 ·published 2012-02-07 13:07 UTC
rendered paste body
auto eth1
iface eth1 inet manual
        bond-master bond0


auto eth2
iface eth2 inet manual
        bond-master bond0

auto eth3
iface eth3 inet manual
        bond-master bond0

auto eth4
iface eth4 inet manual
        bond-master bond0

auto bond0
iface bond0 inet static
        address x.x.x.x
        netmask 255.255.0.0
        gateway x.x.x.x

        bond-slaves none
        bond-mode 4
        bond-miimon 100
        bond-lacp_rate 1
        post-up ifconfig $IFACE up
        post-down ifconfig $IFACE down