Hi Team,
I am trying to setup bonding at home but facing some issue.
After setting all configuration with bond0 (round robin) all is working fine if both nic are up.
If i down eth1 then i am able to ping my host but if i down eth0 and keep eth1 up then i cant ping to host
it stuck there only. but if i again up eth0 then it start from the same place and shows 0 packet lost.
My all configuration past below
==================================================================
eth0
DEVICE=eth0
HWADDR=08:00:27:c5:14:3e
NM_CONTROLLED="no"
ONBOOT=yes
#IPADDR=192.168.10.20
#NETMASK=255.255.255.0
#GATEWAY=192.168.10.10
#BOOTPROTO=static
MASTER=bond0
SLAVE=yes
BOOTPROTO=dhcp
TYPE=Ethernet
==================================================================
eth1
DEVICE=eth1
HWADDR=08:00:27:C2:0F: DF
ONBOOT=yes
NM_CONTROLLED="no"
#IPADDR=192.168.10.40
#NETMASK=255.255.255.0
#GATEWAY=192.168.10.10
#BOOTPROTO=static
MASTER=bond0
SLAVE=yes
BOOTPROTO=dhcp
TYPE=Ethernet
IPV6INIT=no
USERCTL=no
===================================================================
bond0
DEVICE=bond0
#HWADDR="08:00:27:C5:14:3E"
NM_CONTROLLED="no"
ONBOOT=yes
IPADDR=192.168.10.20
NETMASK=255.255.255.0
GATEWAY=192.168.10.10
BOOTPROTO=static
TYPE=Ethernet
BONDING_OPTS="mode=0 miimon=100"
==================================================================
Every 0.1s: cat /proc/net/bonding/bond0 Tue Aug 20 08:34:21 2013
Ethernet Channel Bonding Driver: v3.5.0 (November 4, 2008)
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: 2
Permanent HW addr: 08:00:27:c5:14:3e
Slave Interface: eth1
MII Status: up
Link Failure Count: 1
Permanent HW addr: 08:00:27:c2:0f:df
=====================================================================
why its stuck without data lost when eth0 is down

Please help to understand this.