[opensuse] Trouble with NIC bonding
Hi all, I'm trying to get nic bonding to work in active-backup mode, or mode 1 and what I seem to be getting is round-robin. I'm seeing traffic on both of the connected nics. Here is my configuration for the bond0 interface.: BOOTPROTO='static' BROADCAST='173.173.37.255' IPADDR='173.173.37.120' NETMASK='255.255.255.0' NETWORK='173.173.37.0' STARTMODE='onboot' BONDING_MASTER='yes' BONDING_MODULE_OPS='mode=active-backup use_carrier=0 miimon=100 primary=eth3' BONDING_SLAVE0='bus-pci-0000:0a:03.0' BONDING_SLAVE1='bus-pci-0000:07:08.0' BONDING_SLAVE2='bus-pci-0000:06:07.0' BONDING_SLAVE3='bus-pci-0000:09:04.0' As you can see, I'm using active-backup mode. However, here is what /proc/net/bonding/bond0 says: Ethernet Channel Bonding Driver: v2.6.5 (November 4, 2005) Bonding Mode: load balancing (round-robin) MII Status: up MII Polling Interval (ms): 0 Up Delay (ms): 0 Down Delay (ms): 0 Slave Interface: eth3 MII Status: up Link Failure Count: 0 Permanent HW addr: 00:0e:0c:b0:eb:21 Slave Interface: eth1 MII Status: up Link Failure Count: 0 Permanent HW addr: 00:13:72:55:d2:5e Slave Interface: eth0 MII Status: up Link Failure Count: 0 Permanent HW addr: 00:13:72:55:d2:5d Slave Interface: eth2 MII Status: up Link Failure Count: 0 Permanent HW addr: 00:0e Any ideas as to how to fix this? TIA, Mike. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Tuesday 13 November 2007 20:30:33 Mike Diehl wrote:
Hi all,
I'm trying to get nic bonding to work in active-backup mode, or mode 1 and what I seem to be getting is round-robin.
I'm seeing traffic on both of the connected nics.
Here is my configuration for the bond0 interface.:
BOOTPROTO='static' BROADCAST='173.173.37.255' IPADDR='173.173.37.120' NETMASK='255.255.255.0' NETWORK='173.173.37.0' STARTMODE='onboot' BONDING_MASTER='yes' BONDING_MODULE_OPS='mode=active-backup use_carrier=0 miimon=100 ^^^^^
That's misspelled. It should read BONDING_MODULE_OPTS That would explain why the bonding options don't take effect Anders -- Madness takes its toll -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (2)
-
Anders Johansson
-
Mike Diehl