Hi all,
Im trying to configure 2 ethernet cards to use bonding to increase the
throughput.
I=B4m 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
ESG
Re: any tool to help configure bonding? by Anton Hofmann on
2009-02-26T03:02:58+00:00
>
> With system-config-network is it posible to do it? or I have to manually
> edit the files in /etc/sysconfig/
As far as i know there is no bonding-configurator in
system-config-network, you have to configure the bonds direct in
/etc/sysconfig and add the bonding options in the modprobe.conf e.g.
options bonding max-bonds=1
options bond0 -o bonding1 miimon=50 mode=1
for detailed bond-configs see [1]
[1]http://www.redhat.com/docs/en-US/Red-Hat-Enterprise-Linux/5.2/html/Deployment-Guide/s2-networkscripts-interfaces-chan.html
Anton
Re: any tool to help configure bonding? by ESGLinux on
2009-02-25T17:02:00+00:00
Hello,
thanks to all for your help
I supossed that perhaps there was a tool to help me with this. No problem,
I=B4ll do it the traditional way ;-)
ESG
2009/2/25 Anton Hofmann <doomrunner.lists@gmail.com>
> > >
> > I=B4m 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 manuall=
y
> > edit the files in /etc/sysconfig/
>
>
> As far as i know there is no bonding-configurator in
> system-config-network, you have to configure the bonds direct in
> /etc/sysconfig and add the bonding options in the modprobe.conf e.g.
>
> options bonding max-bonds=3D1
> options bond0 -o bonding1 miimon=3D50 mode=3D1
>
> for detailed bond-configs see [1]
>
> [1]
> http://www.redhat.com/docs/en-US/Red-Hat-Enterprise-Linux/5.2/html/Deploy=
ment-Guide/s2-networkscripts-interfaces-chan.html
>
> Anton
>