Redhat Linux network teaming/bonding

Michael Simpson mikie.simpson at gmail.com
Mon Apr 14 09:06:59 UTC 2008


On 4/14/08, FAUCONNIER Valery     AWL-IT
<valery.fauconnier at atosorigin.com> wrote:
> Hi,
>
> 1) create a file : /etc/sysconfig/network-scripts/ifcfg-bond0
>
> DEVICE=bond0
> IPADDR=192.168.1.1
> NETMASK=255.255.255.0
> NETWORK=192.168.1.0
> BROADCAST=192.168.1.255
> ONBOOT=yes
> BOOTPROTO=none
> USERCTL=no
>
> 2) configure other network inerface like this :
>
> DEVICE=ethx
> USERCTL=no
> ONBOOT=yes
> MASTER=bond0
> SLAVE=yes
> BOOTPROTO=none
>
>

http://www.linux-foundation.org/en/Net:Bonding

and

add into /etc/modprobe.conf

alias bond0 bonding
options bond0 mode=balance-alb miimon=100

change mode= to whatever mode you want to use

mike




More information about the redhat-list mailing list