Internal root name server

Barry Margolin barmar at bbnplanet.com
Tue Nov 2 19:48:37 UTC 1999


In article <7vmjok$opf$1 at nnrp1.deja.com>,  <destination70 at hotmail.com> wrote:
>Hi all,
>I am building an internal network behind a firewall (Linux+ipchains),
>leaving a registered name server outside it.
>To make name resolution working inside, I have set up a box (bind 8.2.2)
>as a primary NS and root NS.
>
>In /etc/named.conf I have:
>
>options {
> directory "/var/named";
> forwarders { xxx.yyy.zzz.qqq; };
>};
>
>zone "." in {
> type hint;
> file "db.root";
>};

Since it's a root nameserver, and db.root contains a full zone file, this
should be "type master", not "type hint".


-- 
Barry Margolin, barmar at bbnplanet.com
GTE Internetworking, Powered by BBN, Burlington, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.


More information about the bind-users mailing list