On Wed, 2004-08-25 at 13:26, Steve Comfort wrote: > The client side wireless box (on the left) has the following rule in it : > > $IPTABLES -A bad_tcp_packets -i $INET_IFACE -s 192.168.200.0/16 -j DROP Look at your netmask, should be /24 not a /16? Markus