Query status refused afer upgrading from 9.7.2-P2 to 9.7.2-P3

Noel Butler noel.butler at ausics.net
Thu Dec 2 06:28:06 UTC 2010


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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/bind-users/attachments/20101202/f3c35a12/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 490 bytes
Desc: This is a digitally signed message part
URL: <https://lists.isc.org/pipermail/bind-users/attachments/20101202/f3c35a12/attachment.bin>


More information about the bind-users mailing list