> iptables -A INPUT -p tcp -m state --state RELATED -j ACCEPT > > That would work better. 'man iptables' is your friend. of course, but i recommend also: iptables <whatever> --help like: iptables -m state --help
iptables -p tcp --help iptables -j REJECT --help and so on :) lots of useful information.
