Re: Redhat Linux network teaming/bonding

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 4/14/08, FAUCONNIER Valery     AWL-IT
<valery.fauconnier@xxxxxxxxxxxxxx> 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

-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list

[Index of Archives]     [CentOS]     [Kernel Development]     [PAM]     [Fedora Users]     [Red Hat Development]     [Big List of Linux Books]     [Linux Admin]     [Gimp]     [Asterisk PBX]     [Yosemite News]     [Red Hat Crash Utility]


  Powered by Linux