On Fri, Mar 15, 2002 at 09:02:09AM -0800, John Taylor wrote:

> I downloaded 2.4.18 and recompiled with the:
> bridge-nf-0.0.6-against-2.4.18.diff patch.
> 
> My bridge is up and running, I can see packets on the
> br0 interface.
> 
> iptables -A FORWARD -j ACCEPT -o br0 -m state --state
> ESTABLISHED -s 128.192.11.100 -d 0/0 -p tcp 
> --set-counters 0 0
> 
> The above command works, and I see packets:

How about adding a '-j LOG' rule to see what packets you are
actually matching?

_______________________________________________
Bridge mailing list
[EMAIL PROTECTED]
http://www.math.leidenuniv.nl/mailman/listinfo/bridge

Reply via email to