> 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 try: iptables -A INPUT -p tcp -m state --state RELATED -j ACCEPT
all options to any module use double hyphens: --state that is :) Regards, Maciej Soltysiak
