up vote 2 down vote favorite
1
share [g+] share [fb]

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?

link|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
feedback

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

This question came from our site for professional and enthusiast programmers.

3 Answers

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.

link|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
feedback

Generally, To solve 'No internet access' problem in windows 7, you've to first try this solution: Go to your drive manager(right-click on my computer > properties then choose Device Manager on the left) then Uninstall your network adapters then (after uninstalling them) click on Action>Scan for hardware changes...this will re-install the driver, and you'll find the No internet access is now Internet Access :-)

If that not works you can try many other solutions you'll find through Google, but the solution of reinstalling the network adapter(s) always work for me whenever this problem occurs.

Hope this helps!

link|improve this answer
feedback

Your Answer

 
or
required, but never shown