> iptables -A INPUT -p tcp -i eth0 --destination-port 53 -j ACCEPT
                       ^^^

> "udp port  domain unreachable [tos 0xc0] "
   ^^^

Perhaps you want to add another rule like this:

   iptables -A INPUT -p udp -i eth0 --destination-port 53 -j ACCEPT
                        ^^^

        -jan-
-- 
Jan L. Peterson
Semi-Unemployed "Computer Facilitator"
http://www.peterson.ath.cx/~jlp/resume.html



____________________
BYU Unix Users Group 
http://uug.byu.edu/ 
___________________________________________________________________
List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list

Reply via email to