Okay, now internet is able to lookup our public domain. here is my view
conf:

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

and I'll remove loopback from internet's view.
Thank you.

-
--
Best regards,
David
http://blog.pnyet.web.id


On 12/02/2010 01:28 PM, Noel Butler wrote:
> 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
>
>
> _______________________________________________
> bind-users mailing list
> bind-users@lists.isc.org
> https://lists.isc.org/mailman/listinfo/bind-users
_______________________________________________
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to