How to update QUICKLY for clients on subdomains.

Truong Tan Son sontt at fcv.fujitsu.com
Sat Jan 14 02:39:24 UTC 2006


Barry Margolin wrote:
> hint.domain on root1.sub1.domain.com says that root.domain.com is a root 
> server, but there's no "." zone on root.domain.com.  You need to make 
> root.domain.com a master for the "." zone.

I do following your guidance:
---------------------------- ROOT DOMAIN ---------------------------------------------
[domain.com]
--named.conf of root.domain.com(172.16.134.85):

zone "."  in {
            type master;
            file "hint.domain";
};

# File "hint.domain":
.                                   36000           IN      NS      root.domain.com.
root.domain.com.         36000           IN      A       172.16.134.85

----------------------------- SUBDOMAINs -----------------------------------------------

NO CHANGE for [sub1.domain.com] & [sub2.domain.com].

Is it right ?


Thanks you and best regards,
---



More information about the bind-users mailing list