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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
