954,315 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

redirect in IIS with two NIC cards

Hello,
I currently have a win 2003 server running IIS 6 and running my .NET website. Our IP has changed and I would like to redirect the website to the new IP address. My server has two NIC cards and I would like to keep the current IP settings on the first card and use the new IP settings on the second card. How can I do the redirect using both cards?

Thanks.

marequi
Newbie Poster
4 posts since May 2006
Reputation Points: 10
Solved Threads: 0
 

A redirect is logical and shouldn't take place on the 'network' layer of things. You can use a 301/302 redirect from within IIS to transfer your users to the new address.

You can make a change in your DNS server to point the url/host to the new IP address on the new NIC.

bbqchickenrobot
Light Poster
43 posts since Feb 2008
Reputation Points: 9
Solved Threads: 3
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You