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

Re: [cobalt-users] [RaQ3] Problems with root hints



On Fri, 31 Aug 2001, Per M Knutsen wrote:

> My root hints file is deleted everytime I save DNS info via the GUI. I then

Because you aren't supposed to be using that file anymore ;)

> zone "." { type hint; file "db.cache"; };
> 
> I delete the last line and paste in this:
> 
> zone "." { type hint; file "root.hints"; };

Just name your root.hints to db.cache, the db.cache file is in the
standard zone format, except it has no SOA header because you aren't
authorative for the root servers....you can download this file btw

FTP.RS.INTERNIC.NET  , the file may be named named.root l)

The file will have lines in it like:

.                        3600000      NS    I.ROOT-SERVERS.NET.
I.ROOT-SERVERS.NET.      3600000      A     192.36.148.17

etc etc....

gsh