1

I'm trying to connect 2 laptops in a network

One laptop is installed with Windows Vista as Operating System and the other is installed with Windows 7.

1) Both of them are in one workgroup called "TESTING"

2) L1 IP : 192.168.1.2 Windows 7 L2 IP : 192.168.1.3 Vista

3) When I try to ping L1 from L2, I'm getting a reply, but i'm getting "request timed out" in L1, trying to ping L2

4) I can able to see the shared folders and drives of L1 from L2, but i cannot see the shared folders of L2 from L1

Please can anyone tell me what is the problem I'm seeing ?

Thanks

Chopper3
  • 101,299
  • 9
  • 108
  • 239

2 Answers2

2

Try running this command on the windows 7 box

    netsh firewall set icmpsetting 8 disable

ICMP (the 'ping protocol') is blocked by default. If there was a network issue, you wouldn't be able to see shared files at all.

More info here.

Joseph Kern
  • 9,899
  • 4
  • 32
  • 56
1

I'd be surprised if it wasn't a Windows Firewall issue on the Windows 7 machine, switch it off and test again. If it is the problem then simply reconfigure the FW to allow the rules you need.

Chopper3
  • 101,299
  • 9
  • 108
  • 239