Proxy for a home network

1

What would be a good proxy for a home network?

  1. I'd like to install the software proxy on 1 machine and to share it across my LAN
  2. how can I configure my Linux Ubuntu machines to use the proxy just for specific domains? (e.g. www.gravatar.com)

jldupont

Posted 2009-12-09T20:52:17.100

Reputation: 5 524

Answers

2

Firstly, How many users are we talking about?

As suggested by Arcath, Squid is the de factor standard these days for open source caching proxies. Various add-on packages allow content filtering and several programs have been make to do fancy reporting against Squid's logs.

A good lightweight caching proxy is Polipo. It's not the fanciest thing in the world, but it's small, fast, and should work well enough for a handful of users.

Concerning your second question, Squid's ACL functions can be used for caching only certain sites. I'm not sure why you'd go through the trouble of setting up a proxy but not want the clients to take full advantage of it, though.

Geoff Fritz

Posted 2009-12-09T20:52:17.100

Reputation: 949

1

Squid is a rather good proxy, the wikipedia article might be a good resource http://en.wikipedia.org/wiki/Squid_%28software%29

Arcath

Posted 2009-12-09T20:52:17.100

Reputation: 469

1

If you want a proxy for apt updates, look at apt-cacher-ng. I used that on my cluster at work.

The other answers are for general-purpose HTTP proxies that don't specifically know about Packages.gz, Releases, and .deb files. apt-cacher-ng uses that for cache staleness decisions.

Peter Cordes

Posted 2009-12-09T20:52:17.100

Reputation: 3 141

0

I believe you can use the Firefox add-on, FoxyProxy, to cause Firefox to use the proxy just for certain domains.

Greg Graham

Posted 2009-12-09T20:52:17.100

Reputation: 296