-
Notifications
You must be signed in to change notification settings - Fork 2
SSH Connection with Raspberry Pi
We can connect Raspberry Pi to Laptop using any of methods mentioned below:
When you connect rpi using lan cable. Using dhcp is too much irritating, sometimes it connects, sometimes it takes to much time to connect. So, my suggestion is to not use dhcp server. Set up static ip, i.e whenever we connect lan cable your laptop assigned rpi a static ip.Using this ip we connect to rpi using mobaxterm software.
RPi dongle is connected to router. Laptop is also connected to same router. Now if we know ip address through which my rpi is connected to router, we can access our rpi. Since each time when Rpi is connected to router, it allocates a random ip address to rpi, so every time we have to search ip address of rpi. Solution to this problem to assign static ip to rpi.