Recent Changes - Search:

Général

Sécurité

Windows

Linux

Systeme

Réseaux

XBMC

Liens

PmWiki

edit SideBar

MiseEnPlaceDuBondingSousDebian

http://wiki.debian.org/Bonding

Le paquet ifenslave doit être installé.

Dans /etc/network/interfaces :

auto bond0

  1. iface bond0 inet dhcp

iface bond0 inet static

        address 10.201.1.8
        netmask 255.255.255.0
        network 10.201.1.0
        up ethtool -s eth0 autoneg on
        up ethtool -s eth1 autoneg on
        up /sbin/ifenslave bond0 eth0 eth1
        gateway 10.201.1.1
        down /sbin/ifenslave -d bond0 eth0 eth1

Dans /etc/modules, rajouter la ligne bonding pour charger le module au démarrage du noyau.

Edit - History - Print - Recent Changes - Search
Page last modified on April 08, 2010, at 05:52 PM