I was able to get my bridge up and running (finally).  It turned out that
my bridging interfaces hadn't been initialized -- after I ran ifconfig
eth1 up ; ifconfig eth2 up ; , the bridge immediately began to work.

Now I'm having the trouble with setting iptables rules over the bridge.

If I try to block an IP completely, with something like:

# iptables -A INPUT -p all -s 0/0 -d 192.168.0.3 -j DROP -i br0
# iptables -A INPUT -p all -s 192.168.0.3 -s 0/0 -j DROP -i br0

192.168.0.3 is _still_ able to both send and receive.  The only thing the
rule accomplishes is that it prevents me from connecting to .3 from the
bridge, and from .3 to the bridge, on my non-bridged interface on the
machine.

Again, any assistance on this is greatly appreciated.

Mark


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

Reply via email to