Subject: Re: DNS (named) Config Files
To: None <netbsd-help@netbsd.org>
From: Bruce Anderson <brucea@shell.spacestar.net>
List: netbsd-help
Date: 11/24/2001 18:44:52
On Sat, Nov 24, 2001 11:22 AM, BASTIEN Nicolas Bruno
<mailto:lakomok@free.fr> wrote:
>we are all here to learn.
>So tell me what is a caching-only server (sorry I do not know it),
>and maybe I will be able to help you.
>--
>Nicolas Bruno BASTIEN
>
>
>
named(8)
named.conf(5)
Forward only name server.
cat /etc/named.conf
# @(#)named.boot 5.1 (Berkeley) 6/30/90
# boot file for secondary name server
# Note that there should be one secondary entry for each SOA record.
options {
directory "/etc/namedb";
forward only;
forwarders {
192.168.1.31;
};
sortlist {
{ localhost; localnets; };
{ localnets; };
{ { { 192.168.1/24; 192.168.2/24; 192.168.3/24; }; };
};
};
};
##EOF
" Stamp out root logins . . . . su " --Bruce Anderson
This message was created and sent using Cyberdog 2.0, MacOS 8.6,
awk, find, sed, sendmail, sh, and NetBSD a free Multi-Platform OS.
NetBSD runs on 44 different system architectures featuring 16
distinct families of CPUs. http://www.netbsd.org/