Re: tunnelling through 2 servers
- From: bforbes <b.forbes2@xxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 15 Dec 2006 18:35:23 -0800 (PST)
I have achieved something that sounds similar to what you want. I have a web
server at my workplace with a site I'm working on. I can secure shell in
through the firewall easily enough to edit the site, but I also need to view
the page in a browser, and the web server is not yet internet-facing. So I
used ssh to get port 80 traffic through the encrypted tunnel.
Here are the hosts:
home: my home computer
firewall: the internet-facing firewall computer
server: the web-server
ssh -L 2345:server:80 bforbes@firewall
Now in the browser, I go to the url "localhost:2345", and these packets get
passed through the encrypted tunnel to port 80 on the web-server, problem
solved.
Hopefully this helps.
--
View this message in context: http://www.nabble.com/tunnelling-through-2-servers-tf2829801.html#a7902748
Sent from the SSH (Secure Shell) mailing list archive at Nabble.com.
- Follow-Ups:
- Re: tunnelling through 2 servers
- From: Jason Muskat, GCFA, GCUX, de VE3TSJ
- Re: tunnelling through 2 servers
- References:
- tunnelling through 2 servers
- From: kevinj
- tunnelling through 2 servers
- Prev by Date: Re: Generating SSL certificate for Apache HTTPD breaks SSH
- Next by Date: Tunneling through unfriendly firewalls
- Previous by thread: tunnelling through 2 servers
- Next by thread: Re: tunnelling through 2 servers
- Index(es):
Relevant Pages
|
|