Re: Port forwarding more than once
From: Joe Smith (jms_at_instantis.com)
Date: 01/10/04
- Previous message: Joe Smith: "Re: "Corrupted MAC on input""
- In reply to: Rachan Malhotra: "Port forwarding more than once"
- Next in thread: Wu Fei Liang: "Re: Port forwarding more than once"
- Reply: Wu Fei Liang: "Re: Port forwarding more than once"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 9 Jan 2004 18:55:51 -0800 To: Rachan Malhotra <RMalhotra@freightdesk.com>
On Fri, Jan 09, 2004 at 02:21:08PM -0800, Rachan Malhotra wrote:
> Is it possible to create an SSH tunnel among three (or more) machines ?
Yes.
laptop% ssh -L 8080:hosta:31000 host-a
host-a% ssh -L 31000:hostb:32000 host-b
host-b% ssh -L 32000:netscreen:80
laptop% mozilla http://localhost:8080/
-Joe
-- Joe Smith <jms@instantis.com> 408-732-8800 x231 (fax: 408-732-8100) Instantis, Inc. 913 Hermosa Court, Sunnyvale, CA 94085
- Previous message: Joe Smith: "Re: "Corrupted MAC on input""
- In reply to: Rachan Malhotra: "Port forwarding more than once"
- Next in thread: Wu Fei Liang: "Re: Port forwarding more than once"
- Reply: Wu Fei Liang: "Re: Port forwarding more than once"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]