OK, I've read a lot of HOWTOs lately, and they all seem to say to do this:
iptables -A INPUT -p TCP -m state -state RELATED -j ACCEPT When I do that, I get this error: Bad argument `RELATED' Try `iptables -h' or 'iptables --help' for more information. So what's going on here? By the way, I have all the netfilter modules loading on boot, including ipt_state, could that be the problem? Thank You, GRE
