Re: [libvirt-users] problem with bond/team network interfaces

2014-05-28 Thread Davide Guerri
Hi Nerijus, the chances are that your ethernet packets are “looping" through physical switches and that they are overwriting the forwarding table of your software bridge. Try to dump the forwarding table (watch -n1 brctl showmacs ). If you see your VM mac address changes port over time, you are

Re: [libvirt-users] problem with bond/team network interfaces

2014-05-23 Thread Jelle de Jong
On 23/05/14 01:17, Nerijus Baliunas wrote: > I have VM attached to bridge br0. VM can see the network (ping works) when > the bridge has ethernet interfaces. But when I create bond or team device > and attach it to a bridge instead of eth interface, VM does not ping > anymore. Any ideas why? I thi