DNS test shows no nameservers

Discussion in 'Installation/Configuration' started by wxman, Jun 16, 2010.

  1. wxman

    wxman New Member

    I used http://www.intodns.com to test my tlt.com setup now that I moved that domain to my own server. intodns.com shows that I have no NS records.

    My host server uses tlthost.net for the domain.
    tlthostnet-zone.jpg

    I also have my NS records set in the tlt.com zones.
    tltcom-zone.jpg

    After going over a lot of posts here again, I just don't see what I'm missing. When I try dig I get
    Code:
    # dig ns tlt.com
    
    ; <<>> DiG 9.4.2-P2 <<>> ns tlt.com
    ;; global options:  printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 6499
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0
    
    ;; QUESTION SECTION:
    ;tlt.com.                       IN      NS
    
    ;; ANSWER SECTION:
    tlt.com.                104063  IN      NS      ns1.tlthost.net.
    tlt.com.                104063  IN      NS      ns2.tlthost.net.
    I also host others on the same server, and I'm getting the same results for them too. The NS1 and NS2 are registered at Godaddy and do point to the correct IP.

    Any help would be greatly appreciated. Thanks.
     
    Last edited: Jun 16, 2010
  2. falko

    falko Super Moderator Howtoforge Staff

  3. wxman

    wxman New Member

    That's because I just figured it out, and made the change. I had the 'Name' in the two NS records set to NS where they should have been 'tlt.com.'. After I fixed that all the errors went away. What's worse is I made the error once, then copied my error to all the sites I have. Live and learn.
     

Share This Page