|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] iptables filtering when bridging
On 5/10/07, Mark McLoughlin <markmc@xxxxxxxxxx> wrote:
Hi,
On Wed, 2007-05-09 at 10:04 -0400, David wrote:
> Based on http://ebtables.sourceforge.net/br_fw_ia/PacketFlow.png, > the packet appears to be going the right way, but I can't make it go
> any further. > > Is it possible to have the packets go through the iptables Filter > tables in Dom0?
Yep, packets should be going through iptables as they traverse the bridge in Dom0 (as the diagram shows), unless it's explicitly disabled.
What does:
$> sysctl net.bridge.bridge-nf-call-iptables
show? (It should be "1")
It is showing "1". Based on my iptables logging, I do see the packet going through iptables' Magle and Nat Prerouting chains. It then goes into ebtables' Filter Input chain, and then there is no more logging.
Thanks, David
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|