[TriLUG] Proxy Proxy, who's got my Proxy?

Greg Brown gwbrown1 at gmail.com
Sat Feb 6 19:14:16 EST 2010


I used to use a Squid reverse proxy but now I just connect to the ssh host
with a -D option and that proxies all the traffic via SOCKS.  It works
wonderfully and there is zero software to run on the SSH host (in my case an
iMac across the Internet).  It even forwards IPv6 connections to devices
connected to IPv4 only networks.

My connection from my source machine runs the command:

ssh greg at host.remotenetwork.com -D 8888

>From there I just point Firefox to use a SOCKS proxy at 127.0.0.1 on 8888.

Greg

On Fri, Feb 5, 2010 at 5:21 PM, Clay Stuckey <claystuckey at gmail.com> wrote:

> Reverse proxy with squid
>
> --
> Clay Stuckey
> (919) 600-0486
> claystuckey at gmail.com
>
>
> On Feb 5, 2010, at 5:14 PM, Chander Ganesan <chander.ganesan at gmail.com>
> wrote:
>
>  I'm in need of a proxy solution that allows me to accept an inbound
>> connection on a single host (let's say port 80), then do a memecached (or
>> voldemort, similar thing, etc.) lookup of a back-end host the connection
>> should be proxied to, and then proxy the hosts's request to the back-end.
>>
>> Essentially (and I think this will work...but I'm always interested in the
>> nuances of TCP/IP that will cause it to fail miserably), I want to have a
>> single internet connected host that proxies to different back-end hosts
>> based on the remote host's IP address.
>>
>> If there isn't one, I suspect it wouldn't be too difficult to throw
>> something together, but would prefer something that already exists (that I
>> don't need to mess with).
>>
>> Seems like it would be a fairly common thing...
>>
>> thanks!
>> --
>> TriLUG mailing list        :
>> http://www.trilug.org/mailman/listinfo/trilug
>> TriLUG FAQ  : http://www.trilug.org/wiki/Frequently_Asked_Questions
>>
> --
> TriLUG mailing list        : http://www.trilug.org/mailman/listinfo/trilug
> TriLUG FAQ  : http://www.trilug.org/wiki/Frequently_Asked_Questions
>



More information about the TriLUG mailing list