Help with BIND 8

Joseph S D Yao jsdy at cospo.osis.gov
Fri Oct 1 15:34:40 UTC 1999


> Exactly what is the error message you were getting?
> In order to use root cache file you must define the zone like any other.
> 
> zone "." IN {
>         type master;
>         file "root.hint";
> };

That may be part of his problem ... the above is incorrect.  It should
be a "hint" zone, not a "master" zone:

zone "."	IN	{
	type hint;
	file "root.cache";
};

--
Joe Yao				jsdy at cospo.osis.gov - Joseph S. D. Yao
COSPO/OSIS Computer Support					EMT-B
-----------------------------------------------------------------------
This message is not an official statement of COSPO policies.


More information about the bind-users mailing list