In message <58d5c8c4-906c-4fa4-a5a0-d1c722b6e...@globalchangemusic.org>, Asai 
writes:
>
> Still trying to figure this out, still am not doing something right.  I’m
> still getting REFUSED when trying to do transfers from Master to Slave.
> Not sure what I’m doing wrong, so please point out my errors here.  I
> have two views, but neither are getting any transfers so I’ve only
> included one in the config.
>
> Here’s my part of my config for Master and Slave:
>
> acl lan_hosts { key LAN-key; !key WAN-key; 192.168.0.0/16; 10.233.0.0/24;
> localhost; };
> acl wan_queries { key WAN-key; !key LAN-key; !192.168.0.0/16;
> !10.233.0.0/24; };

Add "any;" to the end of the acl otherwise everyone gets REFUSED.  The default
at the end of the acl is "!any;".

acl wan_queries { key WAN-key; !key LAN-key; !192.168.0.0/16; !10.233.0.0/24; 
any; };

Mark
-- 
Mark Andrews, ISC
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: ma...@isc.org
_______________________________________________
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