[Samba] Forwarder all reverse zones that AD DNS not authoritative

Elias Pereira empbilly at gmail.com
Mon Mar 19 19:00:51 UTC 2018


Conditional Forwarders config via Rsat works correctly?

On Mon, Mar 19, 2018 at 2:05 PM, Elias Pereira <empbilly at gmail.com> wrote:

> And I would just put 'forwarders { 172.16.1.10; };' in 'options'
>>
>
> I already have this entry, but for reverse lookup it does not work.
>
> Eg:
>
> dig suporte.domain.intra +short
> 172.16.1.15
>
> dig -x 172.16.1.15 +short shows nothing
>
> On Mon, Mar 19, 2018 at 1:59 PM, Rowland Penny via samba <
> samba at lists.samba.org> wrote:
>
>> On Mon, 19 Mar 2018 13:51:00 -0300
>> Elias Pereira via samba <samba at lists.samba.org> wrote:
>>
>> > hi folks,
>> >
>> > To forward everything that does not belong to AD (subdomain
>> > ad.domain.intra) to the domain "domain.intra" I configured an entry
>> > as show below in named.conf.local
>> >
>> > zone "domain.intra" IN {
>> >         type forward;
>> >         forward only;
>> >         forwarders { 172.16.1.10; }; # ns1.domain.intra
>> > };
>> >
>> > Within this network (172.16.1.0/24) I have dc1 (dc1.ad.domain.intra),
>> > dc2 (...) and fileserver (...)
>> >
>> > The way I forward all reverse zone requests that AD DNS is not
>> > authoritative is via rsat's DNS Manager or may be as in the example
>> > below?
>> >
>> > zone "1.16.172.in-addr.arpa" {
>> >        type forwarder;
>> >        forwarder only;
>> >        forwarders { 172.16.1.10; };
>> > };
>> >
>>
>> And I would just put 'forwarders { 172.16.1.10; };' in 'options'
>>
>> Rowland
>>
>> --
>> To unsubscribe from this list go to the following URL and read the
>> instructions:  https://lists.samba.org/mailman/options/samba
>>
>
>
>
> --
> Elias Pereira
>



-- 
Elias Pereira


More information about the samba mailing list