playing w/ "version"

Joseph S D Yao jsdy at cospo.osis.gov
Mon Sep 20 17:35:56 UTC 1999


> >From 1999/08/23:
> >Create a CHAOSNET zone called "bind," with just an SOA and an NS record,
> >and use the allow-query substatement to determine who can look up data in 
> >that zone:
> >                  db.bind:
> >                   
> >                  @ IN SOA ns1 root ( 1999082300 3h 30m 30d 3h )
> >                    IN    NS    ns1
> >                   
> >                  named.conf:
> >                   
> >                  zone "bind" chaos {
> >                      type master;
> >                      file "db.bind";
> >                      allow-query { localhost; };
> >                  };
> 
> Ok, this doesn't work, bind will complain about wrong class and throw out the zone.  I changed IN to CHAOS and it worked for me.  Can I put anything else in db.bind to modify the version txt string or do I have to recompile to get it to do that?
> 
> CT

Good work, figuring out that "IN" was inappropriate for this file.

Have you tried some
	CHAOS	TXT	...
records?

Otherwise, just use the "version" option ...  ;-)

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