Can't Figure Out "Bad referral" Cause

Joseph S D Yao jsdy at cospo.osis.gov
Tue Oct 3 17:50:59 UTC 2000


On Tue, Oct 03, 2000 at 01:24:13AM +0000, Nick Boyce wrote:
...
>  options {
>          directory "/etc/namedb";
>          forwarders { IP-addresses-of-next-level-up-company-DNS };
>  };
...
>  zone "nhs.uk" {
>          type stub;
>          file "db.nhs.uk";
>          masters { IP-addresses-of-3rd-party-DNS );
>          check-names ignore ;
>  };
...

You need to turn OFF forwarding for this domain by adding:
	forwarders {};		// NO forwarders
to the latter zone declaration.

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