Re: More on SSH tunnelling/forwarding.
- From: Paul Hink <email@xxxxxxxxx>
- Date: 19 May 2006 13:54:05 GMT
Ciccio <lserena@xxxxxxxxx> wrote:
There is another firewall between CLIENT and GOOFY, again only
allowing TCP port 22 from CLIENT to GOOFY (and NOT viceversa!):
SERVER -------22------> CLIENT -------22-------> GOOFY
What I would like to achieve via ssh tunnelling is to send TCP port
1984 traffic from GOOFY to SERVER (through CLIENT):
SERVER <-----1984----- CLIENT
SERVER <----------------(CLIENT)----------1984------ GOOFY
Please note that:
a. the remote forwarding of 1984 from CLIENT to SERVER is already
working;
b. there is no native process on CLIENT listening on port 1984.
So, how do I do that?
Run `ssh -f -N -R 1984:127.0.0.1:1984 GOOFY` on CLIENT.
Paul
.
- Follow-Ups:
- Re: More on SSH tunnelling/forwarding.
- From: Ciccio
- Re: More on SSH tunnelling/forwarding.
- References:
- More on SSH tunnelling/forwarding.
- From: Ciccio
- More on SSH tunnelling/forwarding.
- Prev by Date: More on SSH tunnelling/forwarding.
- Next by Date: Re: More on SSH tunnelling/forwarding.
- Previous by thread: More on SSH tunnelling/forwarding.
- Next by thread: Re: More on SSH tunnelling/forwarding.
- Index(es):
Relevant Pages
|
|