You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem setting SSH Forwarder up: Couldn't open tunnel 192.168.88.1:80 <> 127.0.0.1:60080 might be in use or destination not reachable
...
sshtunnel.HandlerSSHTunnelForwarderError: An error occurred while opening tunnels.
Command ssh -p VPS_PORT -N -R 127.0.0.1:60080:192.168.88.1:80 user@VPS_IP
works fine for me.
The text was updated successfully, but these errors were encountered:
I am also having this issue, I have tried all kinds of combinations, but reading the documentations seems that all of those parameters get translated to -L xxxx:yyyy:zzzz and not to -R xxxx:yyyyy:zzzz
-R IP:PORT [IP:PORT ...]
...
Equivalent to ssh -Lxxxx:IP_ADDRESS:PORT
And
-L [IP:PORT ...]
Equivalent to ssh -LPORT:xxxxxxxxx:xxxx, being the local IP address optional.
I guess there is no support and therefore no way of doing it.
How to forward a tunnel from a device from the local network to the VPS?
i receive next error
Command
ssh -p VPS_PORT -N -R 127.0.0.1:60080:192.168.88.1:80 user@VPS_IP
works fine for me.
The text was updated successfully, but these errors were encountered: