Help - Search - Members - Calendar
Full Version: Domain problems
The Planet Forums > System Administration > DNS Hosting
captg
Hi,

Last night, everything was working, and I could access my domain names fine. This morning It's not linking the domain with a ip address.

My machine is running Linux Enterprise ES 3 with Cpanel.

I checked my registers account page, and everything looks right. I checked all the settings for dns in Whm, and made sure bind was running.

Anything else I should check?

PS: My domain is: captg.com
chirpy
[root@www root]# dig @NS1.CAPTGNETWORK.COM captg.com

; <<>> DiG 9.2.2-P3 <<>> @NS1.CAPTGNETWORK.COM captg.com
;; global options: printcmd
;; connection timed out; no servers could be reached

[root@www root]# dig @NS2.CAPTGNETWORK.COM captg.com
dig: Couldn't find server 'NS2.CAPTGNETWORK.COM': Temporary failure in name resolution

You DNS server(s) are down. You should login to your server via SSH and issue:

/etc/init.d/named restart

If you get an error when it starts you need to investigate that.

If it says that it started OK, issue the following to check whether it subsequently fell over with an error:

tail -100 /var/log/messages
captg
root@uplink [~]# /etc/init.d/named restart
Stopping named: [ OK ]
Starting named: [ OK ]
root@uplink [~]#

Sorry.. I forgot to open port 53 for inbound UDP connections. :o

Thank you for your time!. icon_biggrin.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.