On Thu, 12 Feb 2004 14:26:02 +0100 "sid" <s.i.d@xxxxxxx> wrote:
they should point to /var/named/chroot/etc/ and it will have a .hosts filename and not .zone filename. for example mine is jpearl.org.hosts and is located in the dir stated above...
Zone files can have -any- name you want.
Try adding the following to your named.conf file:
options { directory "/var/named"; }
This tells named to look for zone files in /var/named (chrooted /var/named/chroot/var/named).