Re: port forwarding
From: Martin Sarsale (msarsale_at_buenosaires.gov.ar)
Date: 01/15/04
- Previous message: Darren Tucker: "Re: port forwarding"
- Maybe in reply to: Payal Rathod: "port forwarding"
- Next in thread: Ed J. Aivazian: "Re: port forwarding"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
To: secureshell@securityfocus.com Date: Thu, 15 Jan 2004 16:01:46 -0300
On Thu, 2004-01-15 at 15:37, Martin Sarsale wrote:
> > ssh -2 -C -l payal -L 1080:127.0.0.1:3128 <ip>
> > and logged to his machine. Then I fired up my browser and pointed the
> > proxy to 127.0.0.1:1080. But when I type any URL I get in the windows
> > where I had ssh running,
> > channel 2: open failed: connect failed: Connection
> > refused
> > channel 2: open failed: connect failed: Connection refused
> > channel 2: open failed: connect failed: Connection refused
> > channel 2: open failed: connect failed: Connection refused
> >
are you sure that his squid is running on that interface? tell him to
try:
telnet 127.0.0.1
on his box, maybe squid is running on one of the ethX interfaces
if he's running squid on the other interface, you have 2 options:
1) configure squid to run on 127.0.0.1 too
2) ssh -2 -C -l payal -L 1080:LOCAL_NOT_LOOPBACK_ADDR:3128
- application/pgp-signature attachment: This is a digitally signed message part
- Previous message: Darren Tucker: "Re: port forwarding"
- Maybe in reply to: Payal Rathod: "port forwarding"
- Next in thread: Ed J. Aivazian: "Re: port forwarding"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|