<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">On 10/15/2020 12:57 PM, Jason Long via
      bind-users wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:1064914942.786135.1602781036179@mail.yahoo.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      Yes, I have two static IP addresses. One is for DNS server and one
      is for my website.
      <div id="yMail_cursorElementTracker_1602780768485">Excuse me, I
        just have one server for DNS and that tutorial is about
        secondary DNS server too. Can you show me another tutorial with
        one server and same goal?</div>
      <div id="yMail_cursorElementTracker_1602780977025">The Internet
        DNS server for my goal is "Authoritative DNS" ? <br
          id="yMail_cursorElementTracker_1602780720448">
      </div>
    </blockquote>
    <p>Recommend you setup a linux box with BIND or something installed
      behind a firewall.<br>
    </p>
    <p>Port forward port 53 for protocols TCP AND UDP to your internal
      IP address.<br>
    </p>
    <p>Set up bind to respond to queries for the internal IP address (it
      likely only responds to localhost by default)</p>
    <p>Limit it so it doesn't do recursion for the internet queries</p>
    <p>Setup a zone on the box for a domain.</p>
    <p>Point your domain registrar to the IP address of your DNS box.</p>
    <p>Voila, you now have an authoritative name server.</p>
    <p>Regards,<br>
      KAM<br>
    </p>
  </body>
</html>