I'm trying to move the content of a Windows 2008 server to a new hardware and encountered the following problem:
The IP should be moved with the server to avoid changing lots of DNS records. Therefore I added the old server's IP as an alias-IP on the new machine. That's to avoid a longer re-configuration downtime after changing the IP mapping on the network.
But as soon as the additional IP is saved on the network adapter settings, the old server (using the same IP as main IP) can't connect to the new server (via the first/main IP) anymore.
It seems that Windows doesn't accept any incoming data connections from a machine that uses the same IP as it locally uses.
Is there any setting or workound that I'm missing or is this a by-design issue of the Windows network stack?
Edit: The new server is currently in a completely different network segment.