Re:DNS bind security question

Jerome Henry <[email protected]> Thu, 10 Apr 2003 10:10:13 -0200
Newsgroups gmane.linux.redhat.security.server
Message-ID <[email protected]>
Hi !
Seems to me that if your IP tables are running on your DNS, you should 
use the FORWARD command instead of INPUT or OUTPUT.
Try an iptables -A FORWARD -p tcp -dport 53 ACCEPT (along with -p udp) 
and see if it fixes things...
Yours
Jerome Henry