Re: Windows Remote Desktop over ssh



"O. Olson" <olson_ord@xxxxxxxx> writes:

> Dear Todd,
> Thanks for responding. My internal LAN IP address is 10.1.169.25
>
> So I ended up trying
>
> ssh -L 3389: 10.1.169.25:3389 usern...@xxxxxxxxxxxxxxxxxxxxxxx
>
> - this did not work.

Did you really have a space between the first colon and the 10? If
so try without that space as in
ssh -L 3389:10.1.169.25:3389 usern...@xxxxxxxxxxxxxxxxxxxxxxx

if that fails try
ssh -L 3389:127.0.0.1:3389 usern...@xxxxxxxxxxxxxxxxxxxxxxx

If it still doesn't work can you tell us what ssh server you're
running on that windows box? Perhaps post the config file for the
sshd? The symptoms you're telling us seem like perhaps port
forwarding is turned off on your windows ssh server? But then again
the test you did from the windows box to itself with
-L3390:127.0.0.1:3389 and rdesktoping to 127.00.1:3390 I suppose rules
that out.


Another netstat command that might be helpful in debugging is
sshclientmachine$ netstatn -an | grep 3389

or whatever number you choose as the first port number in the -L
argument. That'll narrow it down from all the other ports that might
be listening.

Strange that setting up the reverse listener works, but the forward
one does not.

--
Todd H.
http://www.toddh.net/
.



Relevant Pages

  • Re: FTP Not working
    ... Todd J Heron, MCSE ... >>'Windows cannot access this folder. ... >>>documentation in regards to allowing FTP port forwarding ...
    (microsoft.public.windows.server.general)
  • Re: keeping ports open
    ... If a port is open, it means that 1) a software or service is running on your ... and 2) you're not using a firewall or your firewall isn't ... Use firewall software and hardware and antivirus software that is ... Follow the instructions for hardening Windows and IIS at ...
    (microsoft.public.security)
  • [Full-Disclosure] ron1n phone home, episode 4
    ... Hacking from Windows 3.x, 95 and NT ... Use secret Windows 95 DOS commands to track down and port surf computers ... Download hacker tools such as port scanners and password crackers designed ... Now you have the option of eight TCP/IP utilities to play with: telnet, ...
    (Full-Disclosure)
  • Re: How to Maintain an IIS Server?
    ... > server running on a Windows 2000 server. ... before a firewall and antivirus have been installed]. ... open ports; however, this will not identify which program is using the port. ...
    (microsoft.public.inetserver.iis.security)
  • Re: How to Maintain an IIS Server?
    ... >> server running on a Windows 2000 server. ... > before a firewall and antivirus have been installed]. ... > program or executable using that port. ...
    (microsoft.public.inetserver.iis.security)