Closed mariomadproductions closed 4 years ago
@saikhurana98
@mariomadproductions There are 2 ways to go about this problem.
Actually I'm using the Rasperry Pi as a "workstation" so I only need to be able to access the client machine from that. But the problem is the ip address of the client according to the client itself is 127.0.0.1
, which I doubt is an IP I can use to ssh into the client.
Seems like I was just using the wrong command. ip route get 1
prints info which includes the correct IP address.
I've connected another machine to the network using wifi-to-eth-route.sh. How can I ssh into it? The IP address according to
hostname -I
on the client machine is 127.0.0.1, when I was expecting an 192.168.0.X address for sshing into. Client machine is Lubuntu.