Nameserver problem, help please!

2 posts / 0 new
Last post
#1 Wed, 04/10/2013 - 10:44
sifuhall

Nameserver problem, help please!

Hello everyone!

I am converting from cPanel.

I have installed CentOS 6.4 64bit (clean install) and then VirtualMin.

I'm now importing my cPanel backups but it seems I have something wrong with my nameservers.

My nameservers are registered with my registrar and do resolve correctly:

ns1.bushidoboxandbrawl.com resolves to 64.191.136.203 ns2.bushidoboxandbrawl.com resolves to 64.191.136.204

both nameservers respond to ping as well.

However, my domains (such as bushidoboxandbrawl.com) do not respond to ping.

IntoDNS reports: WARNING: One or more of your nameservers did not return any of your NS records. ERROR: One or more of your nameservers did not respond: The ones that did not respond are: 64.191.136.203 64.191.136.204

http://www.intodns.com/bushidoboxandbrawl.com

What am I doing wrong?

Wed, 04/10/2013 - 13:06
sifuhall

For anyone that may have a similar issue I resolved this by changing named.conf from:

allow-query { localhost; };

to:

allow-query { any; };

Topic locked