Setting up a externally facing server on Windows. How do i setup DNS/Nameservers

domain-name-systemwindows-server-2008-r2

So i have a domain name that i would like to host from my static ip internet connection. I have windows server 2008 r2 installed, and dns setup. The dns server is currently behind a firewall, and i have the appropriate rules to allow traffic to reach it.

My question is, what entries do i need to create in the DNS so that i can have some nameservers to use at my domain registrar, so that the domain correctly points to the server?

I know that most domains have nameservers like ns1.domain.com, ns2.domain.com, etc. What would i point those to in my DNS?

Best Answer

You need a NS record that lists the hostname of your server (this defines it as a DNS name server) and you need an A record that matches that hostname to your external IP address. You then need to tell your domain registar to point to this hostname for DNS. That will get you started and then you're free to create other DNS records on your server as you wish.

Related Topic