Hello
So I’ve got a problem. I have a RPI3 and I had installed the Raspbian on a SD card, managed to update everything ( I use the RPI3 headless, using ubuntu to SSH into it and do my thingies…)
But since a while, I can’t seem to SSH into the machine anymore...first I thought that the IP has changed, but then I checked the machines connected on the network, it definetly states the same IP and even has raspberry pi attached to the IP…
So, I don’t remember exactly how I SSH’ed into it before, but trying now with terminal
ssh pi@<PI’s IP adress>
I get :
ssh: connect to host <your PI’s IP adress here> port 22: No route to host
First I thought that my firewall wasn’t letting me into the RPI, so I disabled it, rebooted everything, tried to SSHagain, this time I get this :
connect to host <your PI’s IP adress here> port 22: Connection refused
I don’t remember, before I try to SSH into the RPI, do I have to do something with PUTTY for that?
I also tried to use putty to SSH into the machine and there also it refuses the connection at the port 22, tried to change the port to 21, but then nothing happened...that is because I am also a noob in this and learning on the go...so which other ports can I try to use?
Then I thought, hey, the RPI doesn’t have a system on its own, why don’t I just prepare another SD card, this time with a rapbian lite, because I’ve read somewhere that it’s enough for a headless setup…
I even Edited the /etc/wpa_supplicant/wpa_supplicant.conf with
network={
ssid="my network_SSID"
psk="my network_PASSWORD"
}
but I still get the same results on the terminal as before...
the network on the PI is up, because my router sees it (I actually have to go to the internet site of my provider to check out the machines connected on the router, the usual 192.168.0..doesn’t work anymore, kinda creepy)
By the way, is there a way for us Linux users to bypass that Orwellian internet provider’s setup, a way to check the IP’s of the machines from the terminal?
What can I do please?