<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Hi TG.</p>
    <p>I just wanted to check:<br>
    </p>
    <ol>
      <li>Your "hub" zone contains the NS delegation for "fish.hub." to
        "ns1.fish.hub." with glue record "4.4.4.4". Is 4.4.4.4 the
        correct IP address of the server you are delegating to?<br>
      </li>
      <li>You haven't included the sub zone configuration (i.e. from
        4.4.4.4) below. What do the zone stanza in the config file, and
        the zone file itself look like?</li>
      <li>What answer do you get if you try: <b>dig @4.4.4.4 </b><b>fish.hub
          soa +norecurse</b><br>
      </li>
    </ol>
    <p>Nick.<br>
    </p>
    <div class="moz-cite-prefix">On 10/05/23 16:07,
      <a class="moz-txt-link-abbreviated" href="mailto:binduser@thegeezer.net">binduser@thegeezer.net</a> wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:f28c2ac8-1b1f-102f-e037-b171fc69a034@thegeezer.net">Howdy
      <br>
      <br>
      I'm struggling with subdomain creation, for some reason the
      delegation glue records are being ignored - and i was wondering if
      someone could help me identify what I've done wrong please.  I
      know i need to setup another server for the subdomain, but I've
      been trying to get this going at work and getting the same issue,
      so thought to try on my test bed.  Can't even get the NS record
      returned for the subdomain
      <br>
      <br>
      Given the domain ".hub"  I can verify the domain level NS
      <br>
      # host -t NS hub localhost
      <br>
      > hub name server localhost.
      <br>
      <br>
      I can create an A record  for "salmon.hub."  and this resolves as
      expected:
      <br>
      # host -t a salmon.hub localhost
      <br>
      > salmon.hub has address 8.8.8.8
      <br>
      <br>
      I want to delegate to a different domain server the subdomain
      "fish.hub" and have created glue records as below in the config
      snippet, but get NXDOMAIN for both the A record and the NS record
      <br>
      # host -t a ns1.fish.hub localhost
      <br>
      > Host ns1.fish.hub not found: 3(NXDOMAIN)
      <br>
      <br>
      # host -t NS fish.hub localhost
      <br>
      > Host fish.hub not found: 3(NXDOMAIN)
      <br>
      <br>
      Any suggestions gratefully received.  Pertinent parts of
      named.conf and zone file are shown below, if you need more info
      please don't hesitate to ask
      <br>
      <br>
      thanks in advance!
      <br>
      <br>
      TG
      <br>
      <br>
      /etc/bind/named.conf
      <br>
      acl "trusted" {
      <br>
              10.0.0.0/8;
      <br>
              192.168.0.0/16;
      <br>
              127.0.0.0/8;
      <br>
              ::1/128;
      <br>
      };
      <br>
      allow-recursion {
      <br>
                      trusted;
      <br>
             };
      <br>
      forwarders {
      <br>
                      208.67.220.220;
      <br>
                      208.67.222.222;
      <br>
              };
      <br>
      zone "hub" IN {
      <br>
                     type master;
      <br>
                     file "pri/hub.zone";
      <br>
                     notify no;
      <br>
              };
      <br>
      <br>
      /etc/bind/pri/hub.zone
      <br>
      $TTL 1W
      <br>
      @       IN      SOA     hub. root.hub.  (
      <br>
                                            2008122601 ; Serial
      <br>
                                            28800      ; Refresh
      <br>
                                            14400      ; Retry
      <br>
                                            604800     ; Expire - 1 week
      <br>
                                            86400 )    ; Minimum
      <br>
      @               IN      NS      localhost.
      <br>
      @               IN      A       127.0.0.1
      <br>
      <br>
      @               IN      AAAA    ::1
      <br>
      <br>
      salmon.hub.     IN      A       8.8.8.8
      <br>
      fish.hub.       IN      NS      ns1.fish.hub.
      <br>
      ns1.fish.hub.   IN      A       4.4.4.4
      <br>
      <br>
      <br>
      <br>
    </blockquote>
  </body>
</html>