On 10/15/2020 12:57 PM, Jason Long via bind-users wrote:
> Yes, I have two static IP addresses. One is for DNS server and one is
> for my website.
> 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?
> The Internet DNS server for my goal is "Authoritative DNS" ?

Recommend you setup a linux box with BIND or something installed behind
a firewall.

Port forward port 53 for protocols TCP AND UDP to your internal IP address.

Set up bind to respond to queries for the internal IP address (it likely
only responds to localhost by default)

Limit it so it doesn't do recursion for the internet queries

Setup a zone on the box for a domain.

Point your domain registrar to the IP address of your DNS box.

Voila, you now have an authoritative name server.

Regards,
KAM

_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

ISC funds the development of this software with paid support subscriptions. 
Contact us at https://www.isc.org/contact/ for more information.


bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to