Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: Jim Bradley on July 10, 2001, 10:02:59 PM

Title: Connecting to Squid from the outside???
Post by: Jim Bradley on July 10, 2001, 10:02:59 PM
I want to be able to occasionally connect to Squid for proxy services from the internet side (so I can get to my webmail site that my employer's proxy likes to block). What do I need to do to make Squid visible from the outside?

Thanks.

Jim Bradley -- Maryville, MO USA
Title: Re: Connecting to Squid from the outside???
Post by: Dave on July 10, 2001, 11:47:16 PM
I don't know, Jim.  But I can help you make a pipe bomb ;-)
Title: Re: Connecting to Squid from the outside???
Post by: Martin Warnes on July 11, 2001, 03:59:48 PM
I believe you can do it using the Mindterm SSH product, open a tunnel between port 3128 on your squid server and 3128 on the localhost. Then reconfigure your browser proxy to use localhost and 3128.
Title: Re: Connecting to Squid from the outside???
Post by: Luke Drumm on July 12, 2001, 01:38:01 PM
As an alternative, to port mapping via SSH, you might want to consider using a CGI-proxy such as the one found at http://www.jmarshall.com/tools/cgiproxy/ .

This way you can put the cgiproxy in an ibay's cgi directory and access it's web pages from anywhere. I would suggest adding some sort of security to either the proxys perl code or the ibay to avoid others snatching your bandwidth illegally.

Regards,
Luke