I just purchased a dedicated Windows Server 2008 R2 standard server and my provider gives me two DNS names as shown below.

  • ns1.localhost.com
  • ns2.localhost.com

Both of them are mapped to two different IP addresses.

I need to change them for example as ns1.example.com and ns2.example.com. I have my DNS manager on the server.

Thanks.

link|improve this question

67% accept rate
feedback

1 Answer

up vote 0 down vote accepted

You just need to register two [private] name servers with the ips of the server.

In your case you need to register name servers ns1.example.com and ns2.example.com with the ips of ns1.localhost.com and ns2.localhost.com. Both of the IPs are to be the ips inside the server.

For complete DNS resolution, you need to create DNS entries for the name servers under the local dns server.

link|improve this answer
hi. thanks. I did the same as on the following article but not sure if it works : programming4.us/desktop/2614.aspx – tugberk May 5 '11 at 19:38
I configured one with DNS manager but I did configure it completely. – tugberk May 5 '11 at 19:51
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.