VKontakte.DJ
forum traveling
 

Celestial Software

...better by design

Home Support SSH Client Forums
Welcome, Guest
Please Login or Register.    Lost Password?
Forwarding (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Forwarding
#1836
Forwarding 22 Years, 2 Months ago  
telnet.exe->local port->AbsoluteTelnet->SSH server->telnet.sh

How can I pipe telnet through the AbsoluteTelnet
SSH link to a secure server and then back through
another telnet session?

The help files do not show any examples or info
on forwarding.

Thanks.

[ February 25, 2002, 04:39 PM: Message edited by: Brian T. Pence ]
dieningt (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
The administrator has disabled public write access.  
#1837
Re: Forwarding 22 Years, 1 Month ago  
Ton, you can use Options->Properties->Connection->SSH2->Forwarding

(SSH2 or SSH1)

There, you can define a local port that's forwarded to a port on a machine on the remote network.

You can also use it to forward ports from the remote network to your local network.
bpence (Admin)
Admin
Posts: 1406
graph
User Offline Click here to see the profile of this user
Logged Logged  
 
Brian Pence
Celestial Software
SSH , SFTP, and Telnet in a tabbed interface for Windows XP, Vista, Mobile, and others
 
The administrator has disabled public write access.  
#1838
Re: Forwarding 22 Years, 1 Month ago  
For example, if you wanted to telnet from you local client to a host on your remote network, you would set up forwarding in SSH2 to forward from local port 9999 (really, any available port number) to port 23 (telnet port) of the remote machine. The name used for the remote machine must be addressable from the remote host.

Real world examle:

Your friend has a private network behind a Linux firewall. The public IP address of the firewall is A.B.C.D. The IP addresses of the machines behind the firewall are private addresses in the range 192.168.1.X. To telnet through the firewall to 192.168.1.25, you first would need to establish an SSH session to the firewall. Next set up port forwarding to connect from your local port 9999 to remote 192.168.1.25 port 23.

Now, in another session, you can telnet to your local machine (IP 127.0.0.1) port 9999, and the telnet session is transparently redirected through your secure link to the server behind the firewall!!

This, of course, requires that telnet be enabled on the target server, and that port forwarding is allowed through your SSH server.
bpence (Admin)
Admin
Posts: 1406
graph
User Offline Click here to see the profile of this user
Logged Logged  
 
Brian Pence
Celestial Software
SSH , SFTP, and Telnet in a tabbed interface for Windows XP, Vista, Mobile, and others
 
The administrator has disabled public write access.  
Go to top