RE: any tool to help configure bonding?

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

 



>Message: 6
>Date: Tue, 24 Feb 2009 17:28:37 +0100
>From: ESGLinux <esggrupos@xxxxxxxxx>
>Subject: any tool to help configure bonding?
>To: General Red Hat Linux discussion list <redhat-list@xxxxxxxxxx>
>Message-ID:
        <3128ba140902240828y17f91b77mc6a0455bf5bc2be6@xxxxxxxxxxxxxx>
>Content-Type: text/plain; charset=ISO-8859-1javascript:SetCmd(cmdSend);

>Hi all,

>Im trying to configure 2 ethernet cards to use bonding to increase the
>throughput.

>I´m using /usr/share/doc/iputils-20020927/README.bonding to learn how to do
>it, but I have a question

>With system-config-network is it posible to do it? or I have to manually
>edit the files in /etc/sysconfig/

>Thanks


There's nothing that I know of in RH 3, 4 and 5, but this could help you speed things up a bit:


# Steps to create ifcfg-bond0 file
touch /etc/sysconfig/network-scripts/ifcfg-bond0
echo "DEVICE=bond0" > /etc/sysconfig/network-scripts/ifcfg-bond0
echo "USERCTL=no" >> /etc/sysconfig/network-scripts/ifcfg-bond0
echo "ONBOOT=yes" >> /etc/sysconfig/network-scripts/ifcfg-bond0
grep BROADCAST /etc/sysconfig/network-scripts/ifcfg-eth0 >> /etc/sysconfig/network-scripts/ifcfg-bond0
grep NETWORK /etc/sysconfig/network-scripts/ifcfg-eth0 >> /etc/sysconfig/network-scripts/ifcfg-bond0
grep NETMASK /etc/sysconfig/network-scripts/ifcfg-eth0 >> /etc/sysconfig/network-scripts/ifcfg-bond0
grep IPADDR /etc/sysconfig/network-scripts/ifcfg-eth0 >> /etc/sysconfig/network-scripts/ifcfg-bond0



-- 
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