DNS not resolving in r932 - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Usage (/forum-34.html) +--- Thread: DNS not resolving in r932 (/thread-1929.html) |
DNS not resolving in r932 - genesisrage - 12-03-2007 10:42 PM just installed r932 (29/11/07) on a fresh system. on r912 DNS was working and resolving names correctly from server, and remotely. but now nothing is being resolved not even from the localhost. example, wofjwof.com redirected to the correct ip address and ispcp displayed the correct webpage, not wofjwof.com will not resolve to an ip address, not even on the server itself. im fairly new with dns, so i have no clue on how or where to look for what might be causing this problem. any help would be greatly appriciated! RE: DNS not resolving in r932 - joximu - 12-03-2007 10:50 PM What do you get when running this on the server: dig @localhost wofjwof.com of course with your domain name... if you give us the the real domain name then we can help (you also can send such infos in a PM) /J RE: DNS not resolving in r932 - genesisrage - 12-03-2007 11:04 PM # dig @localhost wofjwof.com Code: ; <<>> DiG 9.3.4 <<>> @localhost wofjwof.com this is the same output if i dig "genesisrage.vps" the actual hostname of the server. RE: DNS not resolving in r932 - joximu - 12-04-2007 12:41 AM ok, is your DNS running? ps aux | grep bind or just /etc/init.d/bind9 restart and retry... RE: DNS not resolving in r932 - genesisrage - 12-04-2007 04:51 AM yup that was the problem, for some reason bind9 was no longer in any of my runlevels # update-rc.d bind9 default got it put into rc2.d, but not sure if its proper to use default settings, not sure if it needs to be started after another process or not. RE: DNS not resolving in r932 - joximu - 12-04-2007 07:09 AM I have S15bind9 in rc2 - rc5 and K85bind9 in rc0, rc1 and rc6 /J |