Vous êtes ici : index » informatique » systeme » matos » channel_bonding
Piste : channel_bonding

Channel Bonding en mode 802.3ad (redondance de lien + équilibrage de charge)

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