BIND-server problems

Discussion in 'Installation/Configuration' started by NejcZ, Aug 31, 2007.

  1. NejcZ

    NejcZ New Member

    How to do that? I got my own DNS servers. Company where i bought my domain created them for me. I've got all necesary records in ISPConfig.
     
  2. falko

    falko Super Moderator ISPConfig Developer

    Exactly the same way you created the A record for www.nejcz.net.
     
  3. NejcZ

    NejcZ New Member

    I think it's not working becouse of that directory i set for namezones. Now domain is not listened in Webmin dns manager, but nejcz.net is.

    edit: i think i found something. When i set the zonefiles fir in ispconfig, it won't change. Evetyrime it automaticly sets back to /etc/bind..
     
    Last edited: Sep 6, 2007
  4. falko

    falko Super Moderator ISPConfig Developer

    What zonefiles directory do you want to use?

    BTW: why do you use ISPConfig AND Webmin? You can mess up your server by using two different control panels...
     
  5. NejcZ

    NejcZ New Member

    I'm not using Webmin for editing anything. Just to check if everything is working, all the stuff with putty. I wan't to use:

    /var/named/chroot/var/named instead of /var/named

    as till recommended to me..
     
  6. falko

    falko Super Moderator ISPConfig Developer

    Please do this:

    Code:
    chmod 755 /var/named/
    chmod 775 /var/named/chroot/
    chmod 775 /var/named/chroot/var/
    chmod 775 /var/named/chroot/var/named/
    chmod 775 /var/named/chroot/var/run/
    chmod 777 /var/named/chroot/var/run/named/
    cd /var/named/chroot/var/named/
    ln -s ../../ chroot
    chkconfig --levels 235 named on
    and try again.
     
  7. NejcZ

    NejcZ New Member

    That did it. Now i can crete domains and bind doesn't stop working. We'll see if domains will work. Thanks for now!
     
    Last edited: Sep 8, 2007

Share This Page