views, recursion, and allow-recursion

R Dicaire kritek at gmail.com
Sun Jun 22 21:49:33 UTC 2008


Hi folks...in my options statement I have

allow-recursion { 192.168.1.0/24; ! 0.0.0.0;};

acl "internal" {192.168.1.0/24;};

view "internal" {
match-clients { internal; };
recursion yes;
allow-transfer { internal; ! 0.0.0.0; };
internal zone defs;
};

View "external" {
match-clients { any; };
recursion no;
external zone defs;
};

When I start named, syslog shows:

named[32493]: both "recursion no;" and "allow-recursion" active for
view external

Lookups based on the views acls show me the views configuration seems
to be working. Local clients can lookup addresses fine, nothing
appears to be amiss. What exactly does this syslog message mean?

Thanks
-- 
aRDy Music and Rick Dicaire present:
http://www.ardynet.com
http://www.ardynet.com:9000/ardymusic.ogg.m3u


More information about the bind-users mailing list