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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxxxx -
- CDN Systems, Internap, Inc.                http://www.internap.com -
-                                                                    -
- Life:  That which happens while you search for the remote control. -
----------------------------------------------------------------------


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux