Problem with Name servers

cupcode

Verified User
Joined
Sep 12, 2014
Messages
43
Location
Iran
hello!
I've just installed DirectAdmin and Now my Adjusted Domain Doesnt Loading. I created A Domain for User Level and NAme server in Administrator Setting is Ok Also I Created 2 Child NS in domain panel but I have This Problem.
Please help me to Solve this Problem.
Firefox_Screenshot_2015-11-26T13-57-55.194Z.pngFirefox_Screenshot_2015-11-26T13-58-46.225Z.png
Regards
 
Hello,

Either named is not running on your server or 53 UDP/TCP ports are blocked with firewall.

Code:
# dig ANY landahost.pw @192.64.13.18

; <<>> DiG 9.8.2rc1-RedHat-9.8.2-0.37.rc1.el6_7.4 <<>> ANY landahost.pw @192.64.13.18
;; global options: +cmd
;; connection timed out; no servers could be reached

Make sure firewall does not block the port and named is running.

related: http://help.directadmin.com/item.php?id=387
 
Hello,

Either named is not running on your server or 53 UDP/TCP ports are blocked with firewall.

Code:
# dig ANY landahost.pw @192.64.13.18

; <<>> DiG 9.8.2rc1-RedHat-9.8.2-0.37.rc1.el6_7.4 <<>> ANY landahost.pw @192.64.13.18
;; global options: +cmd
;; connection timed out; no servers could be reached

Make sure firewall does not block the port and named is running.

related: http://help.directadmin.com/item.php?id=387
Thank you so much. I Stopped Iptables, So I Wil Check This link : http://help.directadmin.com/item.php?id=387
and tell you the result.
Regards
 
I Have Cloud VPS, and I checked named.conf, allow-query { localhost; }; is there but with "/" I think that means allow-query doesnt make any changes.
so what should I do?
 
Back
Top