Caching nameserver

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



On Mon, 2005-08-08 at 13:30, William Warren wrote:
> yes i need a caching name server that if the address it is looking for 
> is not in cache will goto my Astaro firewall(which has the dns server to 
> query).

Just take the stock setup that Centos will install and add the following
in the 'options' section of /var/named/chroot/etc/named.conf

        forward only;
        forwarders {
                nn.nn.nn.nn;
                nn.nn.nn.nn;
        };
Replace the nn's with the IP address(es) of reachable servers. Otherwise
it has to be able to reach public servers on the internet and get their
responses.

-- 
  Les Mikesell
    lesmikesell@xxxxxxxxx



[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]
  Powered by Linux