Problem with zone delegation with private gTLD

Karl Lovink karl at lovink.net
Mon Apr 8 09:50:59 UTC 2019


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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <https://lists.isc.org/pipermail/bind-users/attachments/20190408/f086306b/attachment-0001.bin>


More information about the bind-users mailing list