Our ISP is changing our static IP soon and We have a win 2003 server that's running webserver hosting web pages, e-mail with exchange, dns and active dir.

my question is: is as simple as loging into the domain resister and point to the new ip or there are lot more work involved on win 2003

thanks

link|improve this question
feedback

3 Answers

It depends. How are you using the current ip address? Do you have the ISP assigned ip address assigned directly to the server or are you NAT'ing it in your firewall to a private ip address on the server? If you're NAT'ing it then it should be a simple matter of changing your external DNS to reflect the new ip address and changing the NAT rules on your firewall.

link|improve this answer
feedback

I'll more or less echo joeqwerty. However, you'll want to set up a temporary, secondary MX with the new IP address before the switchover, so you can avoid delays in email delivery. Find out what the TTL (cache lifetime) for your DNS is set at, and make sure that the time difference between adding the MX and changing the IP is greater than that. Or, just turn down the TTL to an hour or less, to prevent clients from caching the DNS for too long -- again, do this well before the changeover.

So in addition to updating DNS, you'll need to change the external IP address of your router, or of the server if it is directly connected to the Internet.

link|improve this answer
feedback

Thanks joeqwerty and jonathanj for the answers....

I loged into the domain resister and I found that

the www, @, mail all the ip were identical to our internet external ip but the mx records have 5 entries with completely different ips than our external ip

So my question is do I keep those mx records unchanged after we change our internet ip?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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