[Samba] samba_dns_question

L.P.H. van Belle belle at bazuin.nl
Tue Jan 22 12:54:00 UTC 2019


I really suggest that you change this. 

Disable : 
> include "/etc/bind/named.conf.default-zones";
And this supports it : 
>      empty-zones-enable no; 

These to my cause your problem. 
Might load zones that bind9_DLZ is trying to load also. 

Set to yes:
>      auth-nxdomain no;    # conform to RFC1035
The AD is the AUTHORITIVE Server.  
For that  you need : auth-nxdomain yes;


Greetz, 

Louis




> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at lists.samba.org] Namens 
> Hajdu Szabolcs via samba
> Verzonden: dinsdag 22 januari 2019 12:19
> Aan: samba at lists.samba.org
> Onderwerp: Re: [Samba] samba_dns_question
> 
> named.conf:
> 
> include "/etc/bind/named.conf.options";
> include "/etc/bind/named.conf.local";
> include "/etc/bind/named.conf.default-zones";
> 
> named.conf.options:
> 
> options {
>      directory "/var/cache/bind";
> 
>       forwarders {
>           208.67.222.222; 208.67.220.220;
>       };
> 
>      dnssec-validation no;
> 
>      auth-nxdomain no;    # conform to RFC1035
>      listen-on-v6 { any; };
>      notify no;
>      empty-zones-enable no;
>      tkey-gssapi-keytab "/var/lib/samba/private/dns.keytab";
> };
> 
> named.conf.local:
> 
> include "/var/lib/samba/private/named.conf";
> 
> named.conf.default-zones:
> 
> zone "." {
>      type hint;
>      file "/etc/bind/db.root";
> };
> 
> zone "localhost" {
>      type master;
>      file "/etc/bind/db.local";
> };
> 
> zone "127.in-addr.arpa" {
>      type master;
>      file "/etc/bind/db.127";
> };
> 
> zone "0.in-addr.arpa" {
>      type master;
>      file "/etc/bind/db.0";
> };
> 
> zone "255.in-addr.arpa" {
>      type master;
>      file "/etc/bind/db.255";
> };
> 
> 
> Szabolcs
> 
> 
> -- 
> 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