DNS How To - db file permissions?

Discussion in 'HOWTO-Related Questions' started by chris.zeman, Jul 10, 2006.

  1. chris.zeman

    chris.zeman New Member

    I configured BIND9 according to the How-To, and nothing seems to be working. I logged into Webmin and attempted to edit the files through it, and it doesn't open the files. Webmin doesn't seem to show the files as containing any records. Could this be a file permission problem?

    Thanks!
    Chris
     
  2. chris.zeman

    chris.zeman New Member

    Oops....not file permissions, file locations! :) I have a chrooted BIND9 installation. I'd be real happy if I could figure out why pinging my domain still doesn't work. It still resolves to the WAN IP.
     
  3. falko

    falko Super Moderator ISPConfig Developer

    Is your BIND server authoritative for your domain? You can check with
    Code:
    dig ns yourdomain.com
    If it is: it can take up to 72 hours until your changes propagate. In the meantime you can check your new records like this:
    Code:
    dig @<ip_of_bind_server> yourdomain.com
     

Share This Page