Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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 ?

share|improve this question
someone plz help.. – Sravan Aug 7 '12 at 11:34

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.