Duplicate Echo Replies with Channel Bonding

Vincent Aniello vincent.aniello at pipelinefinancial.com
Mon Jan 30 17:03:19 UTC 2006


 
> Not sure it is significant but our Fedora systems with bonding only
show
> the 'bond0' and currently active interface as 'RUNNING'. The failover
> interface only shows:
>
>      UP BROADCAST NOARP SLAVE MULTICAST
> 
> What do you have in the /etc/sysconfig/network-scripts/ifcfg-bond0 and
> ifcfg-eth0 and ifcfg-eth1 files?

What mode are you using for bonding in modules.conf?

Here are the contents of the interface configuration files on my system:

ifcfg-bond0:
DEVICE=bond0
IPADDR=192.168.1.20
NETMASK=255.255.255.0
NETWORK=192.168.1.0
BROADCAST=192.168.1.255
ONBOOT=yes
BOOTPROTO=none
USERCTL=no

ifcfg-eth0:
DEVICE=eth0
USERCTL=no
ONBOOT=yes
MASTER=bond0
SLAVE=yes
BOOTPROTO=none

ifcfg-eth1:
DEVICE=eth1
USERCTL=no
ONBOOT=yes
MASTER=bond0
SLAVE=yes
BOOTPROTO=none


Is your configuration different?

Thanks.

--Vincent




More information about the redhat-list mailing list