Hi all, all the tutorials I find on the Internet do not answer my question.
I have Windows Server 2022 on which I want to run my website. So far, I have used hosting, e.g. Bluehost, where parking a domain is child's play. How to create a name server on Windows Server where I can later park my domain? For example:
ns1.mydomain.com
ns2.mydomain.com
I have symmetrical Internet access with static IP address. All the tutorials I find on the Internet describe how to create a DNS server for a local network, and I need to “open myself to the world”.
Secondly, is it possible to create two name servers so that each leads to the same IP address but to two different websites? For example:
ns1.nameserver.com and ns2.nameserver.com ———> 137.220.. ———> 192.168..* ——-> website 1
And
ns1.secondary.com, ns2.secondary.com ——-> 137.220.. ———> 192.168..* ——-> website 2
Thank you in advance for your help, but I'm a complete noob in this matter and I would really like to learn how to configure it.