Problem with bonding interfaces - loosing packets
Hi.
First, i have bonded interface on my switch - hp v1910 with dynamic LACP enabled.
Second, i have bond on my redhat system with simple settings:
ifcfg-bond0:
DEVICE=bond0
IPADDR=192.168.0.1
NETMASK=255.255.255.0
ONBOOT=yes
BOOTPROTO=none
USERCTL=no
and ifcfg-ethX:
DEVICE=ethX
BOOTPROTO=none
MASTER=bond0
SLAVE=yes
ONBOOT=yes
USERCTL=no
So, alone cable working fine, but when i'm connect second ethernet card to switch, "ping" command gives me "...request timeout" on every second or third packet.
What is the problem?
PS Sorry for my English.
|