DNS and fc6

Discussion in 'Installation/Configuration' started by phpotes, Mar 9, 2007.

  1. phpotes

    phpotes New Member

    Hi,

    Got this problem with DNS on ispconfig. (2.2.9 and 2.2.10) with fc6

    Bind is chrooted
    zonefiles are is /var/named/chroot/var/named/
    when I set this up in Management>server>setup.DNS, the zones files curiously comes back with a /etc/bind record no matter what I do .
    /var/named gets though allright but not /var/named/chroot/var/named.
    when the DNS setup form returns with /etc/bind the isp_server table has a blank field for zonefiles dir.

    Any idea what does this ?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Please run:

    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/

    and then you should be able to cahnge the zonefile path in ISPConfig.
     

Share This Page