Setting up a Root name server

Barry Margolin barmar at bbnplanet.com
Fri Aug 27 18:53:05 UTC 1999


In article <37C6297B.884E6CEF at megabytecoffee.com>,
Chris Roach  <chris at megabytecoffee.com> wrote:
>    How would I go about setting up a root name server, I have the TLD
>files from internic and would like to set up a root server for my
>network. We currently host about 250k IP's and believe that this would
>speed up our network a lot.

Probably not.  Your server should cache the common TLD entries pretty
quickly.  And there are servers for .COM distributed all around the world,
so you should be able to get those answers pretty quickly.

>I've tried a few things but can't seem to get named to load the xxx.zone
>files right...
>What should the named.conf file look like for something like this??

zone "." {
  type master;
  filename "root.zone";
}

-- 
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