I have a couple of Raspberry Pies at a condo that I visit for only a few days per month. Years ago I set up reverse SSH tunnels on those Pies connecting to the Intel iMac at my home. This has always worked fine until now. Running this on a Pi used to always work:
But, the network is just fine:
I can still remotely log on to the Pies via shellhub, which works but which is slow. When I'm logged on to a Pi I have always been able to log back in to the iMac at home. But now:
But, as above, the network is just fine:
he router is still correctly configured to forward port 10005 to port 22 on the iMac.
I tried logging on the Mac from an iPad while on public wifi, which always used to work, but now it just hangs there with no error message.
So, something wrong with, what? The Mac? The router?
Where do I go from here?
Code:
ssh -NTC -o ServerAliveInterval=60 -o ExitOnForwardFailure=yes -R 199xx:localhost:22 mnewman@xxxxx.myddns.xxxxx -p 10005
ssh: connect to host xxxxx.myddns.xxxxx port 10005: Network is unreachable
But, the network is just fine:
Code:
pi@raspcondo:~/webcam $ ping google.com
PING google.com (64.233.170.100) 56(84) bytes of data.
64 bytes from sg-in-f100.1e100.net (64.233.170.100): icmp_seq=1 ttl=102 time=34.0 ms
I can still remotely log on to the Pies via shellhub, which works but which is slow. When I'm logged on to a Pi I have always been able to log back in to the iMac at home. But now:
Code:
pi@raspcondo:~/webcam $ ssh -p 10005 mnewman@xxxxx.myddns.xxxxx
ssh: connect to host xxxxx.myddns.xxxxx port 10005: Network is unreachable
But, as above, the network is just fine:
he router is still correctly configured to forward port 10005 to port 22 on the iMac.
I tried logging on the Mac from an iPad while on public wifi, which always used to work, but now it just hangs there with no error message.
So, something wrong with, what? The Mac? The router?
Where do I go from here?