Recent Changes - Search:

Softwares

.

Ssh-port-forwarding

Main.Ssh-port-forwarding History

Hide minor edits - Show changes to output

Added lines 13-19:

*Another example:

laptop# ssh -L 110:mailhost:110 -l user -N mailhost

(Naturally, substitute user with your username, and mailhost with your mail server's name or IP address).
August 12, 2007, at 03:19 PM by 125.21.38.34 -
Added lines 1-12:
%blue%Creating a simple vps.

Here we will connect to the telnet server on the remote host.

*Open port 5000 on your local host and tunnel it to port 23 on your remote host.

ssh -L 5000:127.0.0.1:23 itmission.org

netstat command will give the output for nestat -anp|grep 5000, once the tunnel is setup, we can use simple telnet command to telnet to the server.

telnet localhost 5000
Edit - History - Print - Recent Changes - Search
Page last modified on October 27, 2007, at 03:53 AM