Setup Internal caching DNS Server

Fernando Gozalo fgozalo0 at alumno.uned.es
Wed Nov 9 11:32:19 UTC 2005


> On Tue, 2005-11-08 at 16:07 -0500, Ki Song wrote:
>> WHere can I get information on how to setup an internal caching DNS? Is
>> there a HOWTO or a tutorial on how to do this?
>
> All I remember having to do is install BIND (and any dependencies it
> asked for), and "caching-nameserver".
>
> I have these packages installed:
>
> bind-chroot-9.3.1-14_FC4
> bind-libs-9.3.1-14_FC4
> bind-9.3.1-14_FC4
> bind-utils-9.3.1-14_FC4
> caching-nameserver-7.3-3

With this you have a working cahe nameserver. No need more config.

But I think I improve the caching-nameserver when I edit
/var/named/chroot/etc/named.conf and add in the options section:

        forward only;
        forwarders {
                IP.of.my.first.real.nameserver;
                IP.of.my.second.real.nameserver;
        };



Regards,
Fernando.





More information about the fedora-list mailing list