M memoriess Verified User Joined Jan 5, 2006 Messages 22 Jan 5, 2006 #1 Hi, I've just installed DA yesterday, however noticed that the default created nameservers are not working. Any ideas how to solve it?
Hi, I've just installed DA yesterday, however noticed that the default created nameservers are not working. Any ideas how to solve it?
D DA_user Verified User Joined Oct 26, 2004 Messages 32 Jan 6, 2006 #2 Whats the problem? Is the nameserver not starting/responding? Try to ping the NS ip. Or is the problem that ns.your-domain.com is not responding? You have to register the nameservers with your registrar to get set it up.
Whats the problem? Is the nameserver not starting/responding? Try to ping the NS ip. Or is the problem that ns.your-domain.com is not responding? You have to register the nameservers with your registrar to get set it up.
nobaloney NoBaloney Internet Svcs - In Memoriam † Joined Jun 16, 2003 Messages 24,989 Location California Jan 6, 2006 #3 You don't tell us the OS distribution you're using. Many OS distributions leave named off. If you're running RHL, RHEL, or CentOS you can turn it on this way: First turn on named: Code: # service named start and set up so it'll always start on reboot: Code: # chkconfig --level 3 named on Jeff
You don't tell us the OS distribution you're using. Many OS distributions leave named off. If you're running RHL, RHEL, or CentOS you can turn it on this way: First turn on named: Code: # service named start and set up so it'll always start on reboot: Code: # chkconfig --level 3 named on Jeff