... pour assurer le failover en cas de rupture d'un lien réseau.
# apt-get install ifenslave-2.6
Éditer /etc/network/interfaces:
iface bond0 inet static address 10.1.1.5 netmask 255.255.255.0 network 10.1.1.0 gateway 10.1.1.254 up /sbin/ifenslave bond0 eth0 eth1 down /sbin/ifenslave -d bond0 eth0 eth1
Commenter les lignes correspondant au interfaces physiques eth*
Ajouter les lignes suivantes au fichier /etc/modprobe.d/arch/i386:
alias bond0 bonding options bonding mode=1 miimon=100 downdelay=200 updelay=200
