<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">On 10.05.2025 05:29, <a class="moz-txt-link-abbreviated" href="mailto:bind9@clearviz.biz">bind9@clearviz.biz</a>
      wrote:</div>
    <blockquote type="cite"
      cite="mid:2b3574853d3c7b4b4e7ef590b39f6cbd@clearviz.biz">
      <p>>Also check /etc/resolv.conf and see what address(es) is/are
        listed as nameservers.</p>
      <p><span style="color: #236fa1;"><strong>The resolv.conf file
            contains:</strong></span></p>
      <p><span style="color: #236fa1;"><strong>      nameserver
            127.0.0.53</strong></span></p>
      <p><span style="color: #236fa1;"><strong>      search
            mydomain.net   (where mydomain is my actual domain name and
            not the FQDN of the machine (i.e.
            "machine01.mydomain.net")).   </strong></span></p>
      <p><span style="color: #236fa1;"><strong>This was entered by
            default as BIND was installed.   I am wondering if the
            "namesever" should be the machine name on which the server
            is running and not 127.0.0.53 And I gather the 53 on the end
            has to do with the port on which it's listening. I'm not
            sure if it's correct that the 4th octet is substituted like
            that. <br>
          </strong></span></p>
    </blockquote>
    <p>/etc/resolv.conf is not changed or set by BIND, as far as I know
      it's got nothing to do with BIND at all.<br>
    </p>
    <p>IIRC Ubuntu is using 'systemd-resolved' (a local resolver with
      cache) and 127.0.0.53 is the address it listens on, so you might
      need to check that with 'resolvectl dns'.<br>
    </p>
    <p>Then check what is listening on port 53 (netstat -anp | egrep
      ":53.*LISTEN") on the server. <br>
    </p>
    <p>And also check what DNS servers your DHCP sets.</p>
    <p><br>
    </p>
    <p>   Danilo</p>
    <p><br>
    </p>
    <div class="moz-signature">
      <div></div>
    </div>
  </body>
</html>