server can't probe the monitor (but this isn't the real problem)]

Rick Stevens rstevens at internap.com
Tue Dec 11 01:08:43 UTC 2007


On Mon, 2007-12-10 at 18:36 -0600, Steve Strong wrote:
> so, i can't use the GUI tool to change the firewall.
> 
> can someone give me an iptables command line to allow access to port 53
> (so my clients can see their dns server) -- both tcp and udp

iptables -A INPUT -p tcp --dport 53 -j ACCEPT
iptables -A INPUT -p udp --dport 53 -j ACCEPT

Make sure you insert those before the -j DROP or -j REJECT rule.

----------------------------------------------------------------------
- Rick Stevens, Principal Engineer             rstevens at internap.com -
- CDN Systems, Internap, Inc.                http://www.internap.com -
-                                                                    -
- Life:  That which happens while you search for the remote control. -
----------------------------------------------------------------------




More information about the users mailing list