1

I am trying to connect Raspberry Pi with my laptop so that I may use my laptop mouse, screen and keyboard but its giving me error

Network error: Connection timed out

These are the steps I have followed to connect raspberry pi to my laptop using putty

  1. Power on the Raspberry PI and inserted one end of Ethernet cable to Raspberry Pi's RJ-45 jack and other end to my PC's Ethernet Port.

  2. Connected My PC with internet via WiFi and modified the Wi-Fi properties as shown.

enter image description here

  1. Checked the IP of my network adapters by entering ipconfig command in the cmd.

enter image description here

This is the screenshot to show active networks:

enter image description here

  1. Then I scanned all the IP Addresses of my Ethernet network use advanced IP scanner

enter image description here

  1. Then I entered the IP address in the puTTY and clicked open

enter image description here

  1. After some time puTTY give an error Network error: Connection timed out.

enter image description here

P.S.

  1. I have already enabled SSH from raspberry pi preferences.
  2. After reading answer of this question, I ping the IP of my Raspberry PI in which I was shown error there.

enter image description here

Can Anyone assist me in finding out what is the mistake and how to fix it?

Al Fahad
  • 119
  • 1
  • 4

2 Answers2

1

Same thing for me. My PC was on 5 GHz band, Pi on 2.4 GHz band of router. Moved PC to 2.4 GHz, now I can Putty and CMD Ping to Pi ip.

user116236
  • 21
  • 1
1

You appear to be attempting to use Internet Connect Sharing (ICS) on Windows to connect the Pi.

This works - to give internet access to the Pi.

Unfortunately this can not be used to provide ssh or VNC access to the Pi. You can have EITHER ICS OR ssh - not BOTH.

If you want to use ssh you have to disable ICS.

You would be better to connect the Pi to your router.

Milliways
  • 59,890
  • 31
  • 101
  • 209