Anyone manage to get network bonding mode 0 to work with Debian 'Testing'?
# aptitude install ifenslave
# modprobe bonding mode=0 miimon=100
# ifconfig bond0 192.168.1.1 netmask 255.255.255.0 up
# ifenslave bond0 eth0 eth1
All references to eth0 and eth1 has been removed from /etc/network/interfaces.
If eth1 is unplugged, I can still ping the server. However, if eth0 is unplugged, I can no longer ping the server.
# cat /proc/net/bonding/bond0
Ethernet Channel Bonding Driver: v3.0.3 (March 23, 2006)
Bonding Mode: load balancing (round-robin)
MII Status: up
MII Polling Interval (ms): 100
Up Delay (ms): 0
Down Delay (ms): 0
Slave Interface: eth0
MII Status: up
Link Failure Count: 1
Permanent HW addr: 00:0c:29:b8:02:dc
Slave Interface: eth1
MII Status: up
Link Failure Count: 1
Permanent HW addr: 00:0c:29:b8:02:e6
Any help please?
|