RE: some tunnelling help needed
From: Black, Braden (BBlack_at_VSCat.com)
Date: 02/17/04
- Previous message: Jennifer Fountain: "Openssh for Windows"
- Maybe in reply to: Payal Rathod: "some tunnelling help needed"
- Next in thread: Payal Rathod: "Re: some tunnelling help needed"
- Reply: Payal Rathod: "Re: some tunnelling help needed"
- Reply: Payal Rathod: "Re: some tunnelling help needed"
- Reply: Payal Rathod: "Re: some tunnelling help needed: README FIRST"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 17 Feb 2004 11:42:10 -0500 To: "Payal Rathod" <payal-ssh@staticky.com>, <secureshell@securityfocus.com>
> -----Original Message-----
> From: Payal Rathod [mailto:payal-ssh@staticky.com]
> Sent: Monday, February 16, 2004 12:12 PM
> To: secureshell@securityfocus.com
> Subject: some tunnelling help needed
>
>
> Hi,
> At a friend's place, their ISP suddenly stopped outgoing port
> 80 traffic
> due to their misconfigured firewall. I suggested,
> ssh -2 -C -L 1082:127.0.0.1:3128 <a remote server ip with
> squid installed>
>
> This got one machine on net. But the for rest they would have
> to do the
> same. So they tried this on 192.168.10.1,
> ssh -2 -C -L 1082:192.168.10.1:3128 <a remote server ip with squid>
>
> where 192.168.10.1 is their default Linux gateway/proxy (squid).
>
> Now I thought that just by changing their proxy port in all windows
> browsers from 192.168.10.1:3128 to 192.168.10.1:1082 everyone can have
> net access, but apparently it didn't work out.
>
<--SNIP-->
You forgot the '-g' option, to allow remote hosts to connect to the local
port. Otherwise, the port is just bound to the loopback interface. Also, I
would suggest opening the tunnel on an internal host as opposed to doing it
directly on the firewall.
My $.02
- Braden
- Previous message: Jennifer Fountain: "Openssh for Windows"
- Maybe in reply to: Payal Rathod: "some tunnelling help needed"
- Next in thread: Payal Rathod: "Re: some tunnelling help needed"
- Reply: Payal Rathod: "Re: some tunnelling help needed"
- Reply: Payal Rathod: "Re: some tunnelling help needed"
- Reply: Payal Rathod: "Re: some tunnelling help needed: README FIRST"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|