1
vote
1answer
46 views

Block all non-squid traffic for PPTP users

I have squid running on a transparent proxy (port 3128) and VPN clients connecting + ip forwarding via PPTPD. I want to allow users to connect to port 80 (3128) but block all other TCP traffic. I am ...
3
votes
1answer
426 views

squid3 PAM_Auth authentication not working

I'm attempting to run a squid3 proxy server with authentication for any user that has a login to the server. I've followed these instructions, and I am prompted for a username and password when I ...
1
vote
2answers
305 views

How do I start a service after the network is up?

In my case, squid is started before DHCP has written a new /etc/resolv.conf which results in odd errors (timeouts, 504 Gateway) when I try to load a page in the web browser. As I see it, the correct ...
63
votes
5answers
7k views

Best way to cache apt downloads on a LAN?

I have multiple Ubuntu machines at home and a pretty slow internet connection, and sometimes multiple machines need to be updated at once (especially during new Ubuntu releases.) Is there a way where ...