DNS - no NS A records at nameservers

Discussion in 'Site & Server Administration' started by neonKnight, Sep 3, 2007.

  1. #1
    Hello everyone,

    when doing a dns report at http://www.dnsstuff.com/tools/dnsreport.ch?domain=mysite.com

    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. . (
    1188722323
    10800
    3600
    604800
    38400 )
    mysite.com. A XX.XX.XX.101
    www.mysite.com. 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"
    "
     
    neonKnight, Sep 3, 2007 IP
  2. bouncer69

    bouncer69 Peon

    Messages:
    978
    Likes Received:
    43
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Your mistake is here:

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


    $ttl 38400
    mysite.com. IN SOA mysite.com. . (
    1188722323


    "$ttl 38400
    mysite.com. IN SOA ns1.mysite.com. . (
    1188722323
     
    bouncer69, Sep 4, 2007 IP