acl

Matt Larson matt at acmebw.com
Wed Sep 1 03:26:12 UTC 1999


At 04:34 PM 8/31/99 -0400, David wrote:
>zone {
>    type slave;
>   file blah.db;
>   masters { mstr; }; // doesn't work
>}
>
>
>is this supposed to happen?

No.  masters takes a list of IP addresses, not an address match list, which 
is the argument to the acl statement.  You've got to enumerate the IP 
addresses to specify master servers.  See 
http://www.isc.org/view.cgi?/products/BIND/docs/config/zone.phtml.

Matt



More information about the bind-users mailing list