I have 2 servers connected through cisco linksys sg500. Both hosts have identical configuration (Ubuntu 14.04 LTS, 4 * 1Gb/s network interfaces with bonding).
When I set up bridge and interface bonding on both servers and ping first host from second or second from first everything works fairly.
But when I set up kvm with bridge and interface bonding and ping virtual host from any physical server I have 80% packet loss. Why?
$ ping 10.0.101.11
PING 10.0.101.11 (10.0.101.11) 56(84) bytes of data.
64 bytes from 10.0.101.11: icmp_seq=1 ttl=64 time=0.393 ms
64 bytes from 10.0.101.11: icmp_seq=7 ttl=64 time=0.219 ms
64 bytes from 10.0.101.11: icmp_seq=8 ttl=64 time=0.235 ms
64 bytes from 10.0.101.11: icmp_seq=9 ttl=64 time=0.228 ms
64 bytes from 10.0.101.11: icmp_seq=10 ttl=64 time=0.260 ms
64 bytes from 10.0.101.11: icmp_seq=11 ttl=64 time=0.285 ms
64 bytes from 10.0.101.11: icmp_seq=12 ttl=64 time=0.194 ms
64 bytes from 10.0.101.11: icmp_seq=13 ttl=64 time=0.212 ms
64 bytes from 10.0.101.11: icmp_seq=14 ttl=64 time=0.279 ms
64 bytes from 10.0.101.11: icmp_seq=15 ttl=64 time=0.227 ms
64 bytes from 10.0.101.11: icmp_seq=57 ttl=64 time=0.324 ms
^C
--- 10.0.101.11 ping statistics ---
57 packets transmitted, 11 received, 80% packet loss, time 55999ms
rtt min/avg/max/mdev = 0.194/0.259/0.393/0.058 ms
Logs, configs and other stuff here: http://pastebin.com/LXbmS2gp
Please help.