[Samba] once again reverse DNS - bind_dlz

Rowland penny rpenny at samba.org
Mon May 17 20:24:57 UTC 2021


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





More information about the samba mailing list