On Thu, 2010-12-02 at 13:15 +0700, David S. wrote:

> Hi Mark,
> 
> Yes, bind work fine without allow-query statement in view.
> Here is my named.conf and view:
> 
> options {
> allow-query { "trusted"; };
> };
> 


Correct


> view "mynetwork" in {
>         match-clients {"trusted"; };
>         recursion yes;
>         allow-transfer { "xfer"; };
>         additional-from-auth yes;
>         additional-from-cache yes;
> 


zone  "foo" {
                allow-query { any; };
}

zone "bar" {
     allow-query { any; };
}

> view "internet" in {
>         match-clients { any; };
>         recursion no;
>         allow-transfer { "xfer"; };
>         additional-from-auth no;
>         additional-from-cache no;
> 

zone  "foo" {
                allow-query { any; };
}

zone "bar" {
     allow-query { any; };
}


Cheers
Noel

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to