Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

I have 2 computers. Both are Windows 7 and are connected directly by a cable. There's no DHCP server and both have static IP (192.168.2.2 and 192.168.2.3).

Windows 7 defines my network as an unidentified and I'm unable to change network local from Public to Home. Network adapters are working fine but due to Public networks limitation I can't share folders.

Has anyone ever direct connected 2 Windows 7 computers?

share|improve this question
What about the subnet mask? Are they both the same on each of the computers? – t0mm13b Nov 18 '09 at 0:31

migrated from stackoverflow.com Nov 18 '09 at 1:59

2 Answers

Take a look at this: http://blogs.msdn.com/dimeby8/archive/2009/06/10/change-unidentified-network-from-public-to-work-in-windows-7.aspx

share|improve this answer
This worked perfectly. Thanks! – kpozin Jul 28 '12 at 4:18

Unidentified network is a network with out a valid gateway. So, set the gateway of each the computer to the other computer's IP address. Once you have done this, you should be able to change Private to Home and begin file sharing.

Also make sure you are using a cross-over cable instead of straight-though. Directly connecting 2 nodes/hosts of the same OSI layer requires a Ethernet cross-over cable. Added even though you probably knew this already. You never know.

Will update my answer if more information is provide.

share|improve this answer
The fake gateway trick works! Thanks. (FYI: you don't need a cross-over cable if at least one of the two hosts is connected via gigabit ethernet) – netvope Jan 11 '11 at 8:46

Your Answer

 
discard

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