Difference between revisions of "SSH Port Forward"

From MS Computech
Jump to: navigation, search
Line 3: Line 3:
 
Yourhost >>>>  internet >>>>> Gateway  
 
Yourhost >>>>  internet >>>>> Gateway  
  
Download [http://rapidshare.com/files/175099731/SSH.rar SSH Client]
+
Download [http://rapidshare.com/files/175099731/SSH.rar SSH Client]  
  
 
Copy to C:\windows\system32\<br>  
 
Copy to C:\windows\system32\<br>  
  
บน windows พิมพ์  
+
Yourhost พิมพ์  
<pre>#ssh -L 1000:200.122.244.89:3389 administrator@gatewayipaddress</pre><pre>#mstsc
+
<pre>#ssh -L 1000:gatewayipaddress:3389 administrator@gatewayipaddress</pre><pre>#mstsc
 
localhost:1000</pre>
 
localhost:1000</pre>

Revision as of 11:11, 9 January 2009

RDP Tunnel SSH

Yourhost >>>>  internet >>>>> Gateway

Download SSH Client

Copy to C:\windows\system32\

Yourhost พิมพ์

#ssh -L 1000:gatewayipaddress:3389 administrator@gatewayipaddress
#mstsc
localhost:1000