Re: [CentOS] Problem with Bonding Driver

2008-07-10 Thread Tim Verhoeven
Hi, I configure bonding interfaces a bit differently. I put only this line into /etc/modprobe.conf : alias bond0 bonding And use this in /etc/sysconfig/network-scripts/ifcfg-bondX : DEVICE=bond0 BOOTPROTO=none IPADDR=192.168.100.1 NETMASK=255.255.0.0 ONBOOT=yes BONDING_OPTS=miimon=100 mode=1

Re: [CentOS] Problem with Bonding Driver

2008-07-05 Thread Dirk H. Schulz
Hi, could you describe in more detail? --On 4. Juli 2008 13:11:45 -0700 Art Age Software [EMAIL PROTECTED] wrote: - snip - Changing to this eliminates the errors, but bond1 ignores the different options: What exactly is ignored? The options do not look much different. alias bond0

[CentOS] Problem with Bonding Driver

2008-07-04 Thread Art Age Software
Hi, I've using linux bonding in active-backup mode to combine two pairs of GigE NICs (eth0/eth1, eth2/eth3) into two logical bonds (bond0/bond1). All is working fine. However, I would like to specify a primary interface for each bond. This means I need to specify different options to the bonding