> I'm not very familiar with the concept of views but I wonder if the > "match-client" statement might be the way to go.
It sounds like the one you're interested in is "match-destinations" actually. options { listen-on port 53 { 128.83.185.40; 128.83.185.41; <NATIVE IP>; }; ... }; view monitor { match-destinations { <NATIVE IP>; }; recursion no; allow-query { localhost; }; zone "testzone" { type master; file "test.db"; }; }; view others { match-destinations { any; }; recursion yes; allow-recursion { ... }; ... }; Any queries sent to <NATIVE IP> would then be routed into the "monitor" view, and any queries sent to the public-facing addresses would go to the "others" view. -- Evan Hunt -- e...@isc.org Internet Systems Consortium, Inc. _______________________________________________ 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