Chuck,

I've studied some more parts of the BIND book (3:rd ed.) since I read
you mail.

The options - version statement interests me. I just couldn't find any
reference to this in the Index of the book, neither under options nor
under version. So man named.conf just became a friend of mine. :-)

When I started to read about the 'allow-update' directive, I was quite
scared for a while. Until I learnt that it's off for all zones by
default. So I guess that you actually allow this explicitly for a zone
that was not part of your code snip below. Phuii! :-)

Thanks for your input.

Regards
Gustav

[EMAIL PROTECTED] wrote:
<snip> 
> Here's some more sample stuff to help out:
> 
> // BIND configuration file
> // created by Chuck Mead on 31 Aug 00
> // last edited 3 Feb 2001
> 
> options {
>                 version "Not today!";
>                 directory "/var/named";
>                 pid-file  "/var/named/named.pid";
>                 statistics-interval 0;
>                 interface-interval 0;
> };
> 
> acl "secondary" {
>                 127.0.0.0/8;
>                 xxx.xxx.xxx.xxx/32;
>                 xxx.xxx.xxx.xxx/32;
> };
> 
> logging {
>                 category lame-servers { null; };
> };
> 
> zone "mysample.com" {
>         type master;
>         file "primary/db.mysample";
>         allow-query { any; };
>         allow-update { none; };
>         allow-transfer { secondary; };
> };

-- 
pgp = Pretty Good Privacy.

To get my public pgp key, send an e-mail to: [EMAIL PROTECTED]

Visit my web site at http://www.schaffter.com



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to