creating my own root server

jose.a.campos at exxonmobil.com jose.a.campos at exxonmobil.com
Mon Jan 20 21:38:23 UTC 2003



Thanks Joe. That worked fine.
I couldn't find this option on the Bind book.  Is it in there and I missed
it ?




                                                                                                                                        
                      Joe Kattner                                                                                                       
                      <joe at zosan.com>          To:       bind-users-bounce at isc.org, jose.a.campos at exxonmobil.com                        
                                               cc:       bind-users at isc.org                                                             
                                               Subject:  Re: creating my own root server                                                
                      01/20/03 03:16 PM                                                                                                 
                      Please respond to                                                                                                 
                      Joe Kattner                                                                                                       
                                                                                                                                        
                                                                                                                                        



Jose,

In your named.conf, options section you can use: min-roots 1;
to disable the notices for having just the single internal root
server.

If I remember correctly it looks for a minimum of two. You should
consider adding additional internal roots, rather than turning off the
notice message to provide robustness and some fault tolerance if the
project
warrants it.

--Joe


Hi everyone,
due to project design, which consists of having a 'private Internet zone',
I have had to create my own Internet root server :
zone "." in {
        type master;
        file "db.root";

db.root contains entries defining this server as the root (.) and also
authoritaive for a couple of domains.

My internal DNS servers point to it via db.cache.

Everything seems to be working ok, but the following msg keeps popping up
on my internal server:
Jan 20 12:49:34 my-server-name named[18329]: [ID 295310 daemon.notice]
check_root: 1 root servers after query to root server < min

Is named expecting/assuming there's more than one root name server ?

Thanks,








More information about the bind-users mailing list