* net: bonding inside a bridge does not work when using arp monitoring
@ 2012-01-17 22:11 Chris J Arges
0 siblings, 0 replies; only message in thread
From: Chris J Arges @ 2012-01-17 22:11 UTC (permalink / raw)
To: netdev; +Cc: Jiri Bohac, leonardo.borda
Hi,
Currently arp_monitoring does not work when the below configuration is
used. The idea is to have vlans for every virtual bridge, this way we
can have many networks in a KVM (virtualization setup) while still
having arp_monitoring through br0.
PS: FYI this setup does work with miimon activated.
eth0----+ +----bond0.100----br0-100---{+virtual machines
| |
+----bond0----+----br0---(using fixed ip)->--{LAN where the
arp_ip_target resides}
| |
eth1----+ +----bond0.200----br0-200---{+virtual machines
br0 --> br0 in my understanding is an untagged vlan therefore it
provides access to my LAN. So I am able to access that server from my
internal network.
br0-100 and br0-200 -> Vlans over a bridged interface will allow me to
have many virtual machines in the same vlan on each bridged interface.
More information about this bug can be found in the bug reports [2] and [3].
First thing would be to understand if this setup is correct.
In addition, any further tests can be done by myself or Leonardo Borda.
Looking at the kernel messages it looks like br0 is not able to send out
ARP notifications.
The question is:
1. Can we do that since we also have br0-{1,2}00 hooked up to bond.100
and bond.200 ?
2. Also looking at the /etc/network/interfaces configuration example the
vlans do not have an IP address which may play a role as per the
bonding.txt documentation [1].
A potentially relevant thread that I found was here [4]. Could this
patch affect this particular set up?
Thanks,
--chris j arges
[1] - http://www.kernel.org/doc/Documentation/networking/bonding.txt
[2] - https://bugs.launchpad.net/ubuntu/+source/linux/+bug/736226
[3] - https://bugzilla.kernel.org/show_bug.cgi?id=31822
[4] - http://kerneltrap.org/mailarchive/linux-netdev/2010/4/28/6275890
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-01-17 22:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-17 22:11 net: bonding inside a bridge does not work when using arp monitoring Chris J Arges
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).