[Samba] once again reverse DNS - bind_dlz

Jan JMPBL jmpblto at gmail.com
Mon May 17 21:19:04 UTC 2021


Hi,
thank you,
all changed as you suggested.

still the reverse zone does not update automatically.
doesn't recognize names. e.g. rsat.test.lan

root @ ad: ~ # host 10.10.10.160
Host 160.10.10.10.in-addr.arpa. not found: 3 (NXDOMAIN)

from windows
C: \ Users \ administrator.TEST.001> nslookup 10/10/10.50
Server: UnKnown
Address: 10.10.10.50

*** UnKnown can't find 10.10.10.50: Non-existent domain

do you have any more ideas?

Thanks,

Jan

pon., 17 maj 2021 o 22:27 Rowland penny via samba <samba at lists.samba.org>
napisał(a):

> On 17/05/2021 20:50, Jan JMPBL wrote:
> > Hi,
> > debug result below:
> >
>
> Not much wrong, just a couple of dns problems, one that is your major
> problem.
>
> Change your /etc/resolv.conf to this:
>
> nameserver 10.10.10.50
> search test.lan
>
> Then change /etc/bind/named.conf.options to match this:
>
> options {
>      directory "/var/cache/bind";
>
>          recursion yes;
>          allow-query { any; };
>
>          forwarders { 8.8.8.8; 8.8.4.4; };
>
>          dnssec-enable no;
>          dnssec-validation no;
>
>          listen-on-v6 { none; };
>          notify no;
>          auth-nxdomain yes;
>          empty-zones-enable no;
>          // DNS dynamic updates via Kerberos
> /var/lib/samba/bind-dns/dns.keytab;
>          tkey-gssapi-keytab "/var/lib/samba/bind-dns/dns.keytab";
> };
>
> You should also install the libkrb5-26-heimdal package
>
> Rowland
>
>
>
> --
> To unsubscribe from this list go to the following URL and read the
> instructions:  https://lists.samba.org/mailman/options/samba
>


More information about the samba mailing list