Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DNS - no NS A records at nameservers

Status
Not open for further replies.

neoknight

Programmer
Sep 3, 2007
1
PT
Hello everyone,

when doing a dns report at
i get "fail" for "no NS A records at nameservers" with the following information:

"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 (in BIND, you should not use 'minimal-responses yes;'). The problem record(s) are:

Nameserver XX.XX.XX.105 did not provide any IPs
Nameserver XX.XX.XX.106 did not provide any IPs "

everything looks ok to me in configuration So whats wrong here?


"$ttl 38400
mysite.com. IN SOA mysite.com. contact@mail.com. (
1188722323
10800
3600
604800
38400 )
mysite.com. A XX.XX.XX.101
IN CNAME mysite.com.
ns1.mysite.com. IN NS XX.XX.XX.105
ns2.mysite.com. IN NS XX.XX.XX.106
ns1.mysite.com. A XX.XX.XX.105
ns2.mysite.com. A XX.XX.XX.106
mysite.com. IN NS ns1.mysite.com.
mysite.com. IN NS ns2.mysite.com.
mysite.com. MX 1 mysite.com.
mysite.com. IN TXT "v=spf1 ip4:XX.XX.XX.101 mx mx:domain mx:name ~all"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top