Search found 2 matches

by netops000
Sun May 15, 2016 5:37 pm
Forum: General Discussion
Topic: inbound firewall rule to ssh tunneled port
Replies: 2
Views: 2139

Re: inbound firewall rule to ssh tunneled port

I'm interested in why or what you are trying to do or achieve? Hi ispyisail, Thank you for taking the time to reply. I have a Debian server on one site that is behind a premium VPN service. Due to this I'm unable to reach the server remotely, because of this I created a SSH tunnel from behind the V...
by netops000
Tue May 10, 2016 5:13 pm
Forum: General Discussion
Topic: inbound firewall rule to ssh tunneled port
Replies: 2
Views: 2139

inbound firewall rule to ssh tunneled port

Hi Guys, I created a SSH tunnel from my remote Debian 8 server to my Gargoyle router at home, this works with the following command : ssh -p 6080 root@server.me -R 127.0.0.1:6070:0.0.0.0:22 Port 6070 is mapped to the localhost interface of the Gargoyle router, I can even set up an ssh session from t...