Forward zone inside a view

Roberto Carna robertocarna36 at gmail.com
Thu Feb 7 15:24:33 UTC 2019


When I query www.teamviewer from a desktop, I fail and get this error in
dig:

 WARNING: recursion requested but not available

In BIND I have in named.conf.local:

zone "linux. <http://teamviewer.com/>org" {
        type forward;
        forwarders {
                172.18.1.1;
                172.18.1.2;
        };

and "recursion no;" is defined in named.conf.options.

How can enable the recursion for linux.org queries in order to forward them
to my resolvers???

Thanks a lot

El jue., 7 feb. 2019 a las 11:40, Roberto Carna (<robertocarna36 at gmail.com>)
escribió:

> Tony, as you said forwarding requires recursion but when I define:
>
> zone "linux. <http://teamviewer.com/>org" {
>         recursion yes;
>         type forward;
>         forward only;
>         forwarders {
>                 172.18.1.1;
>                 172.18.1.2;
>         };
>
> and after that I restart bind9 service, it fails:
>
> unknown option 'recursion'
>
> So how can I define "recursion yes" just for the zone "linux.org" ???
>
> Sorry for my newquestion, I'd appreciate your help.
>
> Regards!!!
>
>
> El jue., 7 feb. 2019 a las 11:26, Tony Finch (<dot at dotat.at>) escribió:
>
>> Roberto Carna <robertocarna36 at gmail.com> wrote:
>>
>> > Dear Tony, I forward the "linux.org" queries from our private Bind to
>> our
>> > Bind resolvers (they have authoritative public zones and also they are
>> > resolvers that forward the queries to 8.8.8.8).
>> >
>> > So why you say they are authoritative only servers?
>>
>> Oh, I misread your explanation, I thought the "recursion no" in your
>> configuration was on the target server. But it is on the server with the
>> "type forward" zone, and since forwarding requires recursion, it will not
>> work.
>>
>> Tony.
>> --
>> f.anthony.n.finch  <dot at dotat.at>  http://dotat.at/
>> Shannon: Southwest 7 to severe gale 9, veering west gale 8 to storm 10
>> later.
>> Very rough, becoming high or very high. Rain or squally showers. Poor.
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/bind-users/attachments/20190207/e76c651e/attachment.html>


More information about the bind-users mailing list