Java Mailing List Archive

http://www.redhatconfig.com/

Home » Red Hat Linux Discussion »

Re: Redhat Linux network teaming/bonding

Michael Simpson

2008-04-14

Replies:

Author LoginPost Reply
On 4/14/08, FAUCONNIER Valery   AWL-IT
<valery.fauconnier@(protected):
> 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

--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@(protected)
https://www.redhat.com/mailman/listinfo/redhat-list
©2008 redhatconfig.com - Jax Systems, LLC, U.S.A.