[Samba] samba dlz. bind9 nslookup is wrong

Rowland penny rpenny at samba.org
Mon Aug 5 09:43:50 UTC 2019


On 05/08/2019 10:29, Patrik wrote:
> ok, so i remove that nemd.conf.update, but the rest it looks good?
> *_
> _*

These are my 'named.conf' files, used since 2012 with only minor changes:

/etc/bind/named.conf

include "/etc/bind/named.conf.options";
include "/etc/bind/named.conf.local";
include "/etc/bind/named.conf.default-zones";

/etc/bind/named.conf.options

options {
     directory "/var/cache/bind";
     version "0.0.7";
     notify no;
     empty-zones-enable no;
     auth-nxdomain yes;
     allow-query { 127.0.0.1; 192.168.0.0/24; };
     allow-recursion { 192.168.0.0/24; 127.0.0.1/32; };
     forwarders { 8.8.8.8; 8.8.4.4; };
     allow-transfer { none; };
     dnssec-validation no;
     dnssec-enable no;
     dnssec-lookaside no;
     listen-on-v6 { none; };
     listen-on port 53 { 192.168.0.6; 127.0.0.1; };

     tkey-gssapi-keytab "/var/lib/samba/bind-dns/dns.keytab";
};

/etc/bind/named.conf.local

include "/var/lib/samba/bind-dns/named.conf";

/etc/bind/named.conf.default-zones is unchanged from default.

Rowland





More information about the samba mailing list