Re: RE : bind : zone file not found
From: Christopher K. Johnson (ckjohnson_at_gwi.net)
Date: 02/12/04
- Previous message: Bevan C. Bennett: "Re: RE : bind : zone file not found"
- In reply to: sid: "RE : bind : zone file not found"
- Next in thread: sid: "RE : RE : bind : zone file not found"
- Reply: sid: "RE : RE : bind : zone file not found"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: fedora-list@redhat.com Date: Thu, 12 Feb 2004 13:00:14 -0500
sid wrote:
>this is long but here is how my dns is configure.
>bind-chroot-....rpm made the directories
>and I used redhat-config-bind to do this config.
>
>
>/var/named/chroot
>
> /dev/null
> random
>
> /etc/localtime
> named.conf
> named.custom
> mdc.key
>
> /var/named/0.0.127.in-addr.arpa.zone
> 0.168.192.in-addr.arpa.zone
> localhost.zone
> sid.local.zone
>
>
>
[SNIP]
Do you have an options section like the following in your named.conf?
If not then you need one. Otherwise bind is looking for
/var/named/chroot/sid.local.zone etc. instead of
/var/named/chroot/var/named/sid.local.zone etc.
options {
directory "/var/named";
};
-- ----------------------------------------------------------- "Spend less! Do more! Go Open Source..." -- Dirigo.net Chris Johnson, RHCE #807000448202021 -- fedora-list mailing list fedora-list@redhat.com To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
- Previous message: Bevan C. Bennett: "Re: RE : bind : zone file not found"
- In reply to: sid: "RE : bind : zone file not found"
- Next in thread: sid: "RE : RE : bind : zone file not found"
- Reply: sid: "RE : RE : bind : zone file not found"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|