On 19/06/2019 13:10, Andr? Luiz via samba wrote:> Hello Rowland,
>
> Thanks for your reply.
>
> This is my named.conf
>
> options {
> listen-on port 53 { 127.0.0.1; 192.168.1.10; };
> directory "/var/named";
> dump-file "/var/named/data/cache_dump.db";
> statistics-file "/var/named/data/named_stats.txt";
> memstatistics-file
"/var/named/data/named_mem_stats.txt";
> allow-query { any; };
> dnssec-enable no;
> recursion yes;
> allow-recursion { any; };
> allow-transfer { none; };
> dnssec-validation no;
> bindkeys-file "/etc/named.iscdlv.key";
> managed-keys-directory "/var/named/dynamic";
> pid-file "/run/named/named.pid";
> tkey-gssapi-keytab "/var/lib/samba/private/dns.keytab";
> };
>
>
> logging {
> channel default_debug {
> file "data/named.run";
> severity dynamic;
> };
> };
>
> zone "." IN {
> type hint;
> file "named.ca";
> };
>
> include "/etc/named.rfc1912.zones";
> include "/etc/named.root.key";
> include "/var/lib/samba/bind-dns/named.conf";
>
> Another important info: I tested RSAT installed from Windows XP SP3 OS. A
> few later I will try with Windows 10 OS and I send the results.
>
> Thanks.
>
> Andr?
There doesn't seem to be anything wrong there, so the questions are, who
are you logged into Windows as ? and have you altered any of the DC AD
files ?
Rowland