anderiv wrote:
For that port forward, the command should be something like:
Code:
$ ssh -R 4007:localhost:3000 user@domain.com
If that's being generated from within this app, though, it may be hard to track this down.
Do you have any firewall running on your local machine?
Thanks.
Well, I tried the command that it seems to set uo the tunnel and I checked it using the facebooker gem (as it has a utility to check if a tunnel is created and is up) and it is all ok. So, now if I go to
www.domain.com:4007 then it should forward me to localhost:3000. Is that correct?
But it does not. When I access
www.domain.com:4007 in my browser it just says "Firefox can't connect to the server on this port".
So, ssh-tunnel works but do you think there is something in my iptables on my linode that is stopping it from working. Thanks for all your help.