ACL and notify

Ronni Jensen roj at mvb.dk
Thu Apr 20 14:43:09 UTC 2006


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 #
};

When attempting to start BIND, I get this in /var/log/messages:

Apr 20 14:46:42.905 starting BIND 9.2.4 -g
Apr 20 14:46:42.905 using 1 CPU
Apr 20 14:46:42.907 loading configuration from '/etc/named.conf'
Apr 20 14:46:42.907 /var/named/named.conf.zones:7: expected IP address
near '"'
Apr 20 14:46:42.908 loading configuration: unexpected token
Apr 20 14:46:42.908 exiting (due to fatal error)
Error in configuration file /etc/named.conf :              [FAILED]

Can it really be true, that ACLs are allowed in "allow-transfer" but not
in "also-notify"??

/jack



More information about the bind-users mailing list