Hi,
Following instructions on
/usr/src/linux-2.4/Documentation/networking/bonding.txt I have bonding working,
but after a network restart (service network restart) my two bonding nics
doesn't get up. I have to start them manually (ifconfig eth1 up, ifconfig eth2
up). Any ideas?, thanks.
This is my system:
Fedora core 2
Linux version 2.4.22-1.2115.nptl (bhcompile@xxxxxxxxxxxxxxxxxxxxx)
(gcc version 3.2.3 20030422 (Red Hat Linux 3.2.3-6)) #1 Wed Oct 29 15:42:51 EST
2003
and this is my configuration:
/etc/modules.conf
alias bond0 bonding
alias eth0 3c59x alias eth1 3c59x alias eth2 3c59x options bonding mode=0 miimon=100 /etc/sysconfig/networ-scripts/ifcfg-bond0 DEVICE=bond0
IPADDR=10.200.58.150 NETMASK=255.255.255.0 NETWORK=10.200.58.0 BROADCAST=10.200.58.255 >BOOTPROTO=none USERCTL=no /etc/sysconfig/networ-scripts/ifcfg-eth1
DEVICE=eth1
>BOOTPROTO=none MASTER=bond0 SLAVE=yes USERCTL=no /etc/sysconfig/networ-scripts/ifcfg-eth2
DEVICE=eth2 >BOOTPROTO=none MASTER=bond0 SLAVE=yes USERCTL=no |