Installare il pacchetto ifenslave /etc/modprobe.d/bonding.conf [quote]alias bond0 bonding options bonding mode=0 miimon=100 downdelay=300 updelay=300[/quote] /etc/network/interfaces [quote]auto lo iface lo inet loopback auto bond0 iface bond0 inet static address 199.166.133.31 gateway 199.166.133.1 netmask 255.255.255.0 pre-up modprobe bonding up ifenslave bond0 eth0 eth1 eth2 eth3 eth4 pre-down ifenslave bond0 -d eth0 eth1 eth2 eth3 eth4 post-down rmmod bonding [/quote]