Problem with BIND 9 and OpenBSD 3.4

Barry Margolin barmar at alum.mit.edu
Tue Dec 9 05:54:57 UTC 2003


In article <br2euf$tvn$1 at sf1.isc.org>, "G.T." <ethan_t at sbcglobal.net> 
wrote:

> view "authoritative" {
>          match-clients { !clients; };
>          recursion no;
>          additional-from-auth no;
>          additional-from-cache no;
> 
>          // Master zones
> 
>          zone "2fortheroad.net" {
>                  type master;
>                  file "master/2fortheroad.net";
>                  allow-transfer { any; };
>          };
> 
> };
> 
> When I turn querylog on I see queries in the logs but the external clients 
>   get query REFUSED.

Try changing the view to:

 match-clients { any; };

-- 
Barry Margolin, barmar at alum.mit.edu
Woburn, MA


More information about the bind-users mailing list