Bind seems to be restarting properly and there is a proccess running however if I try to ping google.com or ping msn.com it says unkown host?
Any ideas on that one? It seems to be a new problem on this server....
Bind seems to be restarting properly and there is a proccess running however if I try to ping google.com or ping msn.com it says unkown host?
Any ideas on that one? It seems to be a new problem on this server....
It's likely to be a problem with your /etc/resolv.conf
Try adding the following to the top of that file (changing 11.22.33.44 for your servers main IP address - not 127.0.0.1):
nameserver 11.22.33.44
Jonathan Michaelson
Need your cPanel servers secured and tuned?
cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
http://www.configserver.com
check /etc/resolv.conf and make sure the nameservers listed there are real and actual ns and will respond to dns requests from your server.
heh, he beat me to it.. serves me right for keeping a page open so long.
You were right...I had my two nameservers listed in there....of which the server that was having the problem was one of them. It turns out we just had to move it to be listed first in the resolv.conf file and that fixed it.Originally Posted by dezignguy
Thanks!