DNS Report: No NS A records at nameservers

Superdeboer

Verified User
Joined
Sep 22, 2005
Messages
27
Hey,

I've got some problems with our 'main' site. All the domains we're serving seem to be okay, but on our main site dnsreport.com gives the error:
'No NS A records at nameservers'

It states: 'Nameserver 80.69.69.69 (our sec. dns) did not provide IPs for all NS records (but did provide at least one)
Nameserver 84.246.22.10 (our third dns) did not provide IPs for all NS records (but did provide at least one)'

The secondary and third dns server copy the records from our primairy dns, The IP therefore is registred in the table correctly.

The table contains:
Code:
removed

Has somebody any clue what goes wrong?
 
Last edited:
from looking at dnsreports.com, it appears that ns1.transip.nl and ns2.transip.nl are the NS records having problems.
Code:
Nameserver 84.246.22.10 did not provide IPs for all NS records (but did provide at least one)
Nameserver 80.69.69.69 did not provide IPs for all NS records (but did provide at least one)
Code:
[COLOR=RED]FAIL  No NS A records at nameservers[/COLOR]	WARNING: Your nameservers do not include any corresponding A
records when asked for your NS records. They probably are not returning the A records when asked, which can
prevent some other DNS servers from contacting your DNS servers. They should do this if they are authoritative
for those A records.
 
The problem record(s) are:
Nameserver 80.69.69.69 did not provide any IPs
Nameserver 84.246.22.10 did not provide any IPs
Nameserver 80.69.67.67 did not provide any IPs
Do you have "A" records setup for these Name Servers at transip.nl?

Also see: DNS Report
 
rocketcity said:
Do you have "A" records setup for these Name Servers at transip.nl?
These two transip servers should do an exact transfer of the dns-tables of ns1.hjhj.nl.

When I do a dig for ns1.hjhj.nl at ns1.transip.nl; it (correctly) returns:
Code:
/$ dig ns1.hjhj.nl @ns1.transip.nl

;; ANSWER SECTION:
ns1.hjhj.nl.            14400   IN      A       80.69.93.27
That's an A-record.

Soo.. Don't know what's wrong yet :(
 
I added all the nameservers as a-records.

The three nameservers are:
ns1.hjhj.nl
ns1.transip.nl
ns2.transip.nl

When I do a dig, each of the nameservers returns the ip-adresses of any of these three nameservers correct as an A-record.

It really surprises me, whereas other domains with the same nameservers show no problems.

You you have any clue what could still be wrong?

http://www.dnsreport.com/tools/dnsreport.ch?domain=hjhj.nl
 
Looks good from here as well. I'd try asking on a bind-users forum, or perhaps having your registrar get involved in helping you.

Jeff
 
Back
Top