Mydns not responding

Discussion in 'Installation/Configuration' started by t.roijers, Dec 22, 2010.

  1. t.roijers

    t.roijers Member

    Hello,

    Mydns is running and domain exists in DNS, but i get a non existing domain respons:


    root@ns1:/etc/network# nslookup mydomain.com localhost
    ;; Got SERVFAIL reply from 127.0.0.1, trying next server
    Server: localhost
    Address: 127.0.0.1#53

    ** server can't find mydomain.com: NXDOMAIN

    got any idea's?

    Tim
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Please check the domain settings in ispconfig, every fully qualified domain has to end with a dot, so the domain record for "mydomain.com" id "mydomain.com.". This is the case for the zone and all sub records. If you want to create a new domain, then use the dns wizard as it will ensure that the records are created correctly.
     
  3. t.roijers

    t.roijers Member

    The records are created with the template, all the dots are in place.
    Still the same error, NXDOMAIN :(
     
  4. falko

    falko Super Moderator Howtoforge Staff

    What's the output of
    Code:
    netstat -tap
    ?
     

Share This Page