  | |  | Network scripts issues with bonding | Network scripts issues with bonding 2004-01-19 - By Eric-Olivier Lamey
Back
Hi,
I am trying to use the kernel bonding feature with two interfaces
on several on our servers and I am having trouble making it work
with the supplied network scripts.
The 'ifup ' script is first called on the bonding interface. The
kernel module is loaded with the right parameters and then the
script tries to configure the slave interfaces. But it tries
to enslave them before configuring the master, causing failure
(lines 180-185 of the script).
I tried to follow the documentation and the configuration files
look like this (addresses were changed):
ifcfg-bond0
# Bonding interface (eth0 + eth2)
DEVICE=bond0
ONBOOT=yes
BOOTPROTO=none
IPADDR=1.2.3.4
NETMASK=255.255.255.0
NETWORK=1.2.3.0
BROADCAST=1.2.3.255
USERCTL=no
ifcfg-eth0
# Broadcom Corporation|NetXtreme BCM5703 Gigabit Ethernet
DEVICE=eth0
ONBOOT=yes
BOOTPROTO=none
MASTER=bond0
SLAVE=yes
USERCTL=no
What am I doing wrong ? Does anyone have a working configuration and
could help me ?
Thanks a lot.
--
Eric-Olivier Lamey
System administrator
Ubisoft Montr�al
--
Taroon-list mailing list
Taroon-list@(protected)
http://www.redhat.com/mailman/listinfo/taroon-list
|
|
 |