I have a program which connects to some machines to access shared files. (\\mb01,\\mb02). Now, I moved all those files into a single machine (\test). Is there any way to make the program connect to (\\test) without changing the references of \\mb01,\\mb02 )in program ? I tried editing the host file. I mapped the ip of \test to mb01 in the hosts file. I am able to ping the mb01.
[C:\Users\test>ping mb01
Pinging test2 [157.1.2.3] with 32 bytes of data:
Reply from 157.1.2.3: bytes=32 time<1ms TTL=127]
But when I type \\mb01 in the Run, I am getting the following error
“you are not connected because a duplicate name exists on the network. Go to system in control panel to change computer name and try again” .
When I Googled for this error, some answers suggest to add CNAME record and add a Registry Key. Is this all necessary ? What is the solution for this ? Another queston, Will all programs refer hosts file ?