informatique:systeme:matos:channel_bonding

Ceci est une ancienne révision du document !


Channel Bonding en mode 0 (redondance de lien + équilibrage de charge).

Installation de ifenslave :

apt-get install ifenslave

Fichier /etc/modules.conf :

alias bond0 bonding
options bond0 mode=0

Fichier /etc/network/interfaces :

auto eth0
auto eth1

auto bond0
iface bond0 inet static
    address 192.168.0.1
    network 255.255.255.0
    gateway 192.168.0.254
    up /sbin/ifenslave bond0 eth0 eth1
  • informatique/systeme/matos/channel_bonding.1308660485.txt.gz
  • Dernière modification : 2012/02/15 13:46
  • (modification externe)