Re: Tunelling not working

From: Roger Marquis (not-for-mail_at_roble.com)
Date: 07/19/04


Date: Mon, 19 Jul 2004 05:17:39 +0000 (UTC)


Arvind Manek wrote:
>Tunneling for a telnet connection is not working. I connect to the ssh
>server on my local XP machine using "ssh -L 2323:localhost:23
>localhost" and then "telnet localhost 2323"

Have you tried:

 1) `telnet localhost 23` on the remote host,

 2) checking the remote host's syslogs,

 3) running `netstat -a` or `lsof` to check localhost port 2323
    on the local system and localhost port 23 on the remote?

-- 
Roger Marquis
Roble Systems Consulting
http://www.roble.com/


Relevant Pages