Hello, I am trying to set up a private gTLD with BIND9 and underneath that gTLD a subdomain. The subdomain runs on another BIND9 server.
The problem I'am facing is that the BIND9 server of the gTLD gives a
NXDOMAIN
for the ns record of the subdomain. If have no clue what is wrong.
Can somebody point me out what is wrong in my configuration.
named.conf snippet
view "phishing" {
match-clients { phishing_net; };
recursion yes;
zone "lab" {
type master;
file "/etc/bind/gTLD/lab";
};
};
gTLD lab zone:
$TTL 60 ; TTL 60 seconds
$ORIGIN lab.
@ IN SOA vdns01.lab. hostmaster.vdns01.mgmt.lab. (
2019040801
10800
3600
604800
38400 )
IN NS vdns01.lab.
IN MX mail.lab.
vdns01 IN A 192.168.111.200
mail IN A 192.168.10.103
$ORIGIN acme.lab.
@ IN NS ns1.acme.lab.
IN NS vdns01.lab.
ns1.acme.lab. IN A 192.168.10.42
Greetz,
Karl
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list bind-users mailing list [email protected] https://lists.isc.org/mailman/listinfo/bind-users

