I am trying to SSH into a Raspberry Pi with Ubuntu 16 OS. However, whenever I try to SSH into it, I get this message.
ssh: connect to host 192.168.0.32 port 22: No route to host```
So I tried to run nmap
and I get this error message:
Error #486: Your port specifications are illegal. Example of proper form: "-100,200-1024,T:3000-4000,U:60000-"
QUITTING!
After looking around online I am still none the wiser as to what this means or how to fix it
I also can not ping the Raspberry Pi from my computer or ping my computer from the Raspberry Pi.
sudo ufw status verbose
Also make sure you don't have AP isolation set on your local network (assuming you are working on your local network). – mchid Mar 03 '21 at 23:58hostname -I | awk '{print $1}'
on your pi to verify the IP is correct. Then, check to see that the router also shows the same IP is assigned to your raspberry pi. – mchid Mar 04 '21 at 00:02ping 192.168.0.32
And please post thenmap
command that you used. – mchid Mar 04 '21 at 00:05