ACL and notify

David Nolan vitroth+ at cmu.edu
Thu Apr 20 15:04:46 UTC 2006



--On Thursday, April 20, 2006 16:43:09 +0200 Ronni  Jensen <roj at mvb.dk> 
wrote:

> Hi..
>
> I have this in my /var/named/named.conf.zones on master server ns0:
>
> acl "slave-servers" { 10.10.10.2;10.10.11.2; };
> zone "example.com" IN {
>         type master;
>         file "/var/named/master/master.example.com";
>         allow-transfer { "slave-servers"; };
>         also-notify { "slave-servers" };                        # LINE 7
> of file #
> };
>

I think the problem may be the missing semicolon in your also-notify 
statement.



-David Nolan
 Network Software Designer
 Computing Services
 Carnegie Mellon University



More information about the bind-users mailing list