problem with bind9, view and nsupdate

Sten Carlsen ccc2716 at vip.cybercity.dk
Wed Aug 3 20:33:00 UTC 2005


This would be a solution I guess would work.
I was otherwise trying to point out what the problem was/is, I don't 
have the solution. There are a number of threads with the same problem 
but different entry angles. None of them have found a solution yet.

Ronan Flood wrote:

>On Tue, 02 Aug 2005 13:42:37 +0200, Michael Dosser <mic at strg.at> wrote:
>
>  
>
>>view "internal" {
>>         match-clients { "internal"; };
>>         recursion yes;
>>         include "named.local";
>>         include "named.internal";
>>         include "named.master";
>>         include "/path/to/nsupdate/managed/named.primary.conf";
>>         include "/path/to/nsupdate/managed/named.secondary.conf";
>>};
>>
>>view "customers" {
>>         match-clients { "customers"; };
>>         recursion yes;
>>         include "named.local";
>>         include "named.internal";
>>         include "named.master";
>>         include "/path/to/nsupdate/managed/named.primary.conf";
>>         include "/path/to/nsupdate/managed/named.secondary.conf";
>>};
>>
>>view "external" {
>>         match-clients { "any"; };
>>         recursion no;
>>         include "named.local";
>>         include "named.internal";
>>         include "named.master";
>>         include "/path/to/nsupdate/managed/named.primary.conf";
>>         include "/path/to/nsupdate/managed/named.secondary.conf";
>>};
>>    
>>
>
>It looks from that like the only difference between your views
>is "recursion yes" or "recursion no" -- is that correct?
>
>If so you would appear to be better off having
>
>  allow-recursion { "internal", "customers" };
>
>or whatever as appropriate in the global options and not using
>views ...
>
>  
>

-- 
Best regards

Sten Carlsen

Let HIM who has an empty INBOX send the first mail.





More information about the bind-users mailing list