I have a server die on us, I have moved the files from that server to a temp server. The temp server already has a hostname and IP (as you would expect) but what I want to do is add the IP of the old server to the current NIC and then share the folders exactly the same as they where on the old server. This will then allow all users to use the same mapped drives etc.
eg
Old server
Hostname - old_server IP 172.1.1.2
Temp Server
Hostname - temp_server IP 172.1.1.1
I want to be able to point the old server name to the temp server but it simply will not work. ping resolves no problem, rdns works no problem as does nslookup old_server, but \\old_server will not work, I get "The network path was not found" Any ideas?