On 13/12/12 9:46, Feng He wrote:
acl "NAMESVR" { 74.81.81.82; };

On 13.12.12 10:00, Sten Carlsen wrote:
NAMESVR is an acl, it could look like {74.81.0.0/16} or {any}

Essentially it is a kind of bitmask, not a list of IPs.

options {
      directory "/var/cache/bind";
      recursion no;
      version "unknown";
      allow-transfer { NAMESVR; };
      also-notify { NAMESVR; };

All notifys must have a list of IPs, if the acl was any, you would have
to notify the full internet. The mechanism is designed to accept only a
list of IPs. It can not accept an acl.

you can define master server via masters {} directive, and use it in
also-notify {} clause.

you will just have to define 74.81.81.82 two times - in both acl and masters
directives...


--
Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
Save the whales. Collect the whole set.
_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to