My command line is
C:\>plink -v -N -l vnc -pw vnc -R 59001:192.168.100.1:59001 192.168.100.1
but when I look on the ssh server and check the listening ports using tcpview the ssh server is listening on 127.0.0.1:59001
See attached screen shot (cmd window is my vista pc and tcpview is from my sbs2k3 server that runs the ssh server)
I have also tested using openssh and its ssh client does make the ssh server listen on its LAN IP (actually listens on all ie. 0.0.0.0:59001). I was hoping to use plink as there are no dll dependancies.
Main Topics
Browse All Topics





by: arober11Posted on 2009-08-03 at 11:28:10ID: 25007045
Change your tunnel to use the remote servers domain name, or the IP the remote service is listening on e.g.
m:59001
R59001:remote.machines..co
Or:
R59001:192.168.2.45:59001