Hello,
I'm trying to setup 2 nameservers for directadmin but the second one is constantly refusing according to intodns
https://intodns.com/aquariummanager.nl
I've setup my second dns without directadmin just and the transfer from directadmin to the slave is working correctly.
Also when I test the connection with "dig ns1.hostplus.nl aquariummanager.nl A" and "dig ns2.hostplus.nl aquariummanager.nl A" I get the same results "NOERROR":
	
	
	
		
And because of the dig results I assume my named.conf is also correctly setup:
	
	
	
		
Is there something I missed or is there some other problem?
And yes my ports are open 53 udp and tcp.
				
			I'm trying to setup 2 nameservers for directadmin but the second one is constantly refusing according to intodns
https://intodns.com/aquariummanager.nl
I've setup my second dns without directadmin just and the transfer from directadmin to the slave is working correctly.
Also when I test the connection with "dig ns1.hostplus.nl aquariummanager.nl A" and "dig ns2.hostplus.nl aquariummanager.nl A" I get the same results "NOERROR":
		Code:
	
	[B]NS1 (Directadmin):[/B]
; <<>> DiG 9.9.4-RedHat-9.9.4-51.el7 <<>> ns1.hostplus.nl aquariummanager.nl
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 8782
;; flags: qr rd ra ad; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;ns1.hostplus.nl.               IN      A
;; ANSWER SECTION:
ns1.hostplus.nl.        283     IN      A       37.97.142.3
;; Query time: 0 msec
;; SERVER: 2a01:7c8:a::c53#53(2a01:7c8:a::c53)
;; WHEN: Mon Oct 09 21:27:33 CEST 2017
;; MSG SIZE  rcvd: 60
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 2044
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;aquariummanager.nl.            IN      A
;; ANSWER SECTION:
aquariummanager.nl.     285     IN      A       37.97.142.3
;; AUTHORITY SECTION:
aquariummanager.nl.     285     IN      NS      ns1.hostplus.nl.
aquariummanager.nl.     285     IN      NS      ns2.hostplus.nl.
;; Query time: 0 msec
;; SERVER: 2a01:7c8:a::c53#53(2a01:7c8:a::c53)
;; WHEN: Mon Oct 09 21:27:33 CEST 2017
;; MSG SIZE  rcvd: 108
[B]NS2:[/B]
; <<>> DiG 9.9.4-RedHat-9.9.4-51.el7 <<>> ns2.hostplus.nl aquariummanager.nl
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 58039
;; flags: qr rd ra ad; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;ns2.hostplus.nl.               IN      A
;; ANSWER SECTION:
ns2.hostplus.nl.        300     IN      A       136.144.154.17
;; Query time: 1 msec
;; SERVER: 2a01:7c8:a::c53#53(2a01:7c8:a::c53)
;; WHEN: Mon Oct 09 21:28:21 CEST 2017
;; MSG SIZE  rcvd: 60
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 54066
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;aquariummanager.nl.            IN      A
;; ANSWER SECTION:
aquariummanager.nl.     237     IN      A       37.97.142.3
;; AUTHORITY SECTION:
aquariummanager.nl.     237     IN      NS      ns1.hostplus.nl.
aquariummanager.nl.     237     IN      NS      ns2.hostplus.nl.
;; Query time: 0 msec
;; SERVER: 2a01:7c8:a::c53#53(2a01:7c8:a::c53)
;; WHEN: Mon Oct 09 21:28:21 CEST 2017
;; MSG SIZE  rcvd: 108
	And because of the dig results I assume my named.conf is also correctly setup:
		Code:
	
	[B]NS1 (Directadmin):[/B]
options {                                                            
        //listen-on port 53 { 127.0.0.1; };                          
                                                                     
        //listen-on-v6 port 53 { ::1; 2a01:7c8:fff7:3 };             
        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";    
        recursion no;                                                
                                                                     
        //allow-query     { localhost; 37.97.142.0/24; };            
                                                                     
        dnssec-enable yes;                                           
        dnssec-validation yes;                                       
        dnssec-lookaside auto;                                       
                                                                     
        /* Path to ISC DLV key */                                    
        bindkeys-file "/etc/named.iscdlv.key";                       
                                                                     
        managed-keys-directory "/var/named/dynamic";                 
};                                                                   
                                                                     
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";       
zone "aquariummanager.nl" { type master; file "/var/named/aquariummanager.nl.db"; };
[B]NS2: [/B]                        
options {
        listen-on port 53 { 127.0.0.1; 136.144.154.17; };
        //listen-on-v6 port 53 { ::1; };
        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     { localhost; 37.97.142.3; };
        allow-recursion { 127.0.0.1; 37.97.142.3; 136.144.154.17; };
        //recursion yes;
        dnssec-enable yes;
        dnssec-validation yes;
        /* Path to ISC DLV key */
        bindkeys-file "/etc/named.iscdlv.key";
        managed-keys-directory "/var/named/dynamic";
        pid-file "/run/named/named.pid";
        session-keyfile "/run/named/session.key";
};
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";
zone "aquariummanager.nl" { type slave; file "/var/named/slaves/aquariummanager.nl.db"; masters { 37.97.142.3; }; };
	Is there something I missed or is there some other problem?
And yes my ports are open 53 udp and tcp.