My RPi is running Raspbian. I am trying to get SSH set up.
I followed these steps to get a static IP on my Pi:
- Since my PC was connected to the LAN via WiFi, I used
ipconfig
to get the IP address, gateway, etc. of my WLAN card - I used this data to set up a static IP in Raspbian, changing the IP address of course.
ifconfig
confirms that I have set up the static IP correctly.
I have tried to connect to the Pi using PuTTY on my Windows 7 PC. PuTTY throws the following error message:
connection timed out when connecting
Additionally, when I tried to ping the Pi's static IP address, I didn't get any reply from RPi, instead getting "connection timed out".
Was copying the information from my working PC the wrong thing to do? How can I fix this and get working SSH on my Pi?