DNS issue

Discussion in 'General' started by ikrudolf, Mar 2, 2015.

  1. ikrudolf

    ikrudolf Member

    Installed new server. Let my registrar change glue records to point my new IP. But when I check the domain at network-tools.com I get:

    Lookup failed: domain.nl Try again

    No host name is associated with this IP address or no reverse lookup is configured.

    What can be the issue?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    checkk the syslog file for named / bind errors.
     
    ikrudolf likes this.
  3. ikrudolf

    ikrudolf Member

    Sorry, which file should I check on Ubuntu 14.04?
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    The file is /var/log/syslog
     
  5. ikrudolf

    ikrudolf Member

    No bind errors in the /var/log/syslog file.
     
  6. laptop_user

    laptop_user Member

    Can you post the output of
    Code:
    dig +trace +additional domain.nl SOA
     
  7. ikrudolf

    ikrudolf Member

     
  8. till

    till Super Moderator Staff Member ISPConfig Developer

    If you want to test your server, use this command:

    dig @localhost domain.nl

    you can also check the created bind zone file of thsi domain with named-checkzone script.
     
  9. ikrudolf

    ikrudolf Member

     
  10. ikrudolf

    ikrudolf Member

    Can you explain how to:
     
  11. till

    till Super Moderator Staff Member ISPConfig Developer

    Which Linux distribution do you use?
     
  12. ikrudolf

    ikrudolf Member

    I use Ubuntu 14.04
     
  13. till

    till Super Moderator Staff Member ISPConfig Developer

    The dns zone files are in /etc/bind/ folder. you shall have there a file pri.domain.nl for your domain. To check that with named-checkzone run:

    named-checkzone domain.nl /etc/bind/pri.domain.nl
     
  14. ikrudolf

    ikrudolf Member

     
  15. till

    till Super Moderator Staff Member ISPConfig Developer

    ok, and can you query it with:

    dig @localhost domain.nl
     
  16. ikrudolf

    ikrudolf Member

     
  17. till

    till Super Moderator Staff Member ISPConfig Developer

    Are you sure that bind is started? Please restart it.
     
  18. ikrudolf

    ikrudolf Member

    I restarted it with
    Status is the same
     
  19. ikrudolf

    ikrudolf Member

  20. ikrudolf

    ikrudolf Member

    Status of
    service bind9 status

    There's no status returned, that's not good I guess :-(
     

Share This Page