Richard G
Verified User
I'm almost there but some things are not quite correct.
When I do a test on the nameserver with DNSstuff.com everything looked oke. Not anymore now, I probably changed something in the config which was not correct.
However, when I test with the sidn.nl nameserver check, it says either "no nameservers found at child" or that the 2nd nameserver is not authoritative.
Glue records are in place. And now suddenly it can't find it anymore (no nameserver found at child).
When I look in the slave server's log I see this a lot for several domains:
I don't get it anymore.
This is from the DA server named.conf:
Below this, the zone statements of the domains are present.
And this is my slave server named.conf:
That's all, the 46.xxx ip is the master (DA) server.
What am I doing wrong? Because I can't get this to work so that the check's recognize them.
For a short time DNSstuff gave a good report, but now he can't find the server either.
TCP and UDP ports 53 are open.
When I do a test on the nameserver with DNSstuff.com everything looked oke. Not anymore now, I probably changed something in the config which was not correct.
However, when I test with the sidn.nl nameserver check, it says either "no nameservers found at child" or that the 2nd nameserver is not authoritative.
Glue records are in place. And now suddenly it can't find it anymore (no nameserver found at child).
When I look in the slave server's log I see this a lot for several domains:
The 46.4xx.xxx.xxx is the master server.Jan 11 03:10:47 server2 named[3797]: client 46.4xx.xxx.xxx#58952: received notify for zone 'mydomain.nl': not authoritative
I don't get it anymore.
This is from the DA server named.conf:
options {
//listen-on port 53 { 127.0.0.1; };
//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-transfer { 141.xxx.xxx.xxx; };
notify yes;
//also-notify { 141.xxx.xxx.xxx; };
allow-recursion { localnets; };
allow-query { 141.xxx.xxx.xxx; localhost; };
//recursion yes;
version "just Bind";
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";
Below this, the zone statements of the domains are present.
And this is my slave server named.conf:
options {
directory "/var/named";
/*
* If there is a firewall between you and nameservers you want
* to talk to, you might need to uncomment the query-source
* directive below. Previous versions of BIND always asked
* questions using port 53, but BIND 8.1 uses an unprivileged
* port by default.
*/
// query-source address * port 53;
allow-query { 46.xxx.xxx.xxx; 127.0.0/8; };
allow-transfer { 46.xxx.xxx.xxx; };
allow-notify { 46.xxx.xxx.xxx; };
allow-recursion { localnets; };
//listen-on-v6 { any; };
notify no;
};
zone "serverxxxxx.nl" {
type slave;
file "slaves/server04.nl.db";
masters {
46.xxx.xxx.xxx;
};
};
That's all, the 46.xxx ip is the master (DA) server.
What am I doing wrong? Because I can't get this to work so that the check's recognize them.
For a short time DNSstuff gave a good report, but now he can't find the server either.
TCP and UDP ports 53 are open.
Last edited: