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

Steve Searle steve at stevesearle.com
Tue Dec 11 00:43:36 UTC 2007


Around 12:36am on Tuesday, December 11, 2007 (UK time), Steve Strong scrawled:

> 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

Add these to /etc/sysconfig/iptables (before the -j REJECT line)

-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 53 -j ACCEPT
-A RH-Firewall-1-INPUT -m state --state NEW -m udp -p udp --dport 53 -j ACCEPT

Steve

-- 

A:  Because it messes up the order in which people normally read text.
Q:  Why is top-posting a bad thing?

 00:42:19 up 72 days, 11:38,  1 user,  load average: 0.06, 0.04, 0.05
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.fedoraproject.org/pipermail/users/attachments/20071211/de1c300f/attachment-0001.bin 


More information about the users mailing list