On 12/14/2011 09:12 AM, steve wrote:
On 12/09/2011 07:38 PM, Dale Schroeder wrote:

Yes, that seems to explain it. I have
 listen-on-v6 { any; };
in /etc/named.conf

I think that this should be commented (#) as I don't have any ip6 addresses.
Can confirm that commenting the line removes the error. I now have a squeaky clean bind:)

For a default openSUSE 12.1 with Samba 4 git from today, /etc/named.conf looks like this:

options {
        directory "/var/lib/named";
        managed-keys-directory "/var/lib/named/dyn/";
        dump-file "/var/log/named_dump.db";
        statistics-file "/var/log/named.stats";
         notify no;
disable-empty-zone "1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA";
        include "/etc/named.d/forwarders.conf";
};

zone "." in {
        type hint;
        file "root.hint";
};
zone "localhost" in {
        type master;
        file "localhost.zone";
};
zone "0.0.127.in-addr.arpa" in {
        type master;
        file "127.0.0.zone";
};
zone "0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa" in {
        type master;
        file "127.0.0.zone";
};

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

Steve
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

Reply via email to