You are not logged in.

#1 2012-02-25 12:13:32

farkenell
Member
From: Australia
Registered: 2008-09-10
Posts: 26

[SOLVED] ssh tunnelling / binding ports

Hi,

I'm trying to set up an ssh tunnel to one of my windows servers (RDP) just needed some input as to how I may go about it.

The communications in my head would go like:

client > ssh tunnel to my linux firewall at work > ?? > windows server

the only problem is where the ?? is. I have bound a port locally on my machine (client) to a port on the firewall. except I don't have any program on that port to pass it through to the next stage.

Any ideas?

Last edited by farkenell (2012-02-25 12:33:12)

Offline

#2 2012-02-25 12:28:04

farkenell
Member
From: Australia
Registered: 2008-09-10
Posts: 26

Re: [SOLVED] ssh tunnelling / binding ports

Hrmm I think I misunderstood one of the commands for ssh tunnelling and think I've resolved it myself....it seemed to be simpler than I thought..

ssh -f user@remoteserver -L localporttobind:addressofremoteserveronnetwork:remoteserverport -N

Offline

Board footer

Powered by FluxBB