3

I bought a new laptop and I want to copy some files from the old desktop's HDD, so I bought a crossover cable to connect the two Ethernet ports directly without any hub.

I assigned the IP 192.168.1.1 to the laptop and 192.168.1.2 to the desktop.

Now when I ping from the desktop to the laptop I get the proper response and when I ping from the laptop to the desktop no success returns request timed out.

What went wrong, and how can I transfer all of my data to the laptop?

nhinkle
  • 37,661

3 Answers3

7

Either open firewall ports, or temporarily turn the software firewalls off. Then do your sharing.

After you are done, make sure you turn the firewalls back on, especially, or at least, on the laptop.

KCotreau
  • 25,622
3

I'd suggest NOT using the 192.168.x.x netblock (to rule out ip address conflicts, and confusion if either system is connected via wireless)- especially if you are using it for your usual lan. Ping is also turned off by default on windows - you will need to turn it on.

As for the process of actually connecting the system - the steps here work mostly, with the cravats mentioned. If you intend to use the 192.168.x.x netblocks, you will need to change your netmask from what i used in that answer.

You should be able to use shared folders, or connect directly to that system from windows explorer with //ipaddress in the bar which shows the directory.

Journeyman Geek
  • 133,878
0

Make sure that the IP addresses aren't using the same network as any other ports on the machines. For example, if the laptop has a wireless connection to your house wireless router and has an IP address of something like 192.168.1.101, then you want to be sure that the network address used between the laptop and the desktop does not use 192.168.1.nn. Perhaps try using 192.168.2.x for the connection between the two computers. Otherwise, the laptop is probably trying to find a computer on the wireless connection.

The network cable should be fine, and you probably didn't even need a crossover cable as most devices now-a-days can sense and reverse the connections if needed. The fact that the ping in one direction work proves that the network ports and the cable are fine.

Definitely make sure the firewall is off, at least on the ports being used between the two computers.

I suspect the reason the desktop could ping the laptop is that the desktop had no 2nd active network connection, so was able to resolve the IP address correctly to the laptop's MAC address. However, the laptop tried using it's other port to resolve the desktop's IP address and no other machine on the home network could answer with the MAC address of the desktop.