Java Mailing List Archive

http://www.redhatconfig.com/

Home » Red Hat Enterprise Linux 5 »

RE: [rhelv5-list] running bonds with different configs ?

Gerrard Geldenhuis

2008-04-16

Replies: Find Java Web Hosting

Author LoginPost Reply
Try setting your bonding options in ifcfg-bond0 like the following:

DEVICE=bond0
BOOTPROTO=static
ONBOOT=yes
IPADDR=192.168.0.1
NETMASK=255.255.255.0
BONDING_OPTS="mode=active-backup miimon=5 updelay=250"

You should be able to do that for each bond although I have not tested
it so don't know if it will work.

The only thing you then need in modprobe.conf is
alias bond0 bonding
alias bond1 bonding etc.

Regards

> -----Original Message-----
> From: rhelv5-list-bounces@(protected)-
> bounces@(protected)
> Sent: 16 April 2008 11:23
> To: rhelv5-list@(protected)
> Subject: [rhelv5-list] running bonds with different configs ?
>
> What's the recommended way to configure multiple
> bonds with different configs on RHEL5 ? I've seen
> a couple of alternative solutions, but haven't found
> them to work...
>
> F.ex. I want to run bond1 with "mode=active-backup miimon=100" and
> bond2 with "mode=active-backup arp_interval=60
> arp_ip_target=192.168.30.2".
> How would this be configured in modules.conf ?
>

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