Ken Smith wrote:
Shane Bywater wrote:
Hi, It's just past 3am and for the past 6 hours I've been
iptables -I INPUT 4 -p udp --dport 53 -m state --state NEW,ESTABLISHED,RELATED -j ACCEPT
iptables -I INPUT 4 -p tcp --dport 53 -m state --state NEW,ESTABLISHED,RELATED -j ACCEPT
Ken
Obviously those commands are all on one line
so the '--state' is followed by 'NEW,' and not line wrapped as in this e-mail
:-) Ken