[Samba] bind crashes after samba upgrade

Sonic sonicsmith at gmail.com
Wed Dec 27 15:49:17 UTC 2023


On Tue, Dec 26, 2023 at 3:57 AM Rowland Penny via samba
<samba at lists.samba.org> wrote:
> I did reply and asked to see the OP's named conf files, but they appear
> to be super secret, so I suggest he runs 'named-checkconf
> /etc/bind/named.conf' instead. The systemd error messages can mask the
> real error.

My apologies, I didn't realize you were asking to see those files.
Here they are.

named.conf
=====================
include "/etc/bind/named.conf.options";
include "/etc/bind/named.conf.local";
=====================

named.conf.options
=====================
acl internals { 127.0.0.0/8; 172.26.62.0/23; };
acl externals { 10.67.71.0/29; };

options {
        auth-nxdomain yes;
        directory "/var/cache/bind";
        version "Go Away 0.0.7";
        tkey-gssapi-keytab "/usr/local/samba/private/dns.keytab";
        recursion no;
        notify no;
        empty-zones-enable no;
        listen-on port 53 { localhost; 172.26.62.31; };
        listen-on-v6 { none; };

        minimal-responses yes;

        allow-query { "internals"; "externals"; };
        allow-recursion { "internals"; };
        allow-transfer { none; };

        /* forwarders {
                172.26.62.1;
        };

        dnssec-validation auto;
};
=====================

named.conf.local
=====================
include "/usr/local/samba/private/named.conf";
=====================

When changing to the internal backend the DNS worked but no
authentication. When changing back to the BIND backend the path to
dns.keytab and Samnba's named.conf was updated and making these
changes in the Bind configs did not ameliorate the problem.

Thank you,
Chris



More information about the samba mailing list