ons 2007-02-28 klockan 23:03 +0100 skrev Patrick Donker:
> Maybe somebody is willing to help me configuring my squid 2.5.14 to both
> reverse proxy my hosts, and the same time act as a transparant proxy for
> the local net clients.
Upgrade. Reverse proxying is much saner in Squid-2.6. Doing what you ask
in 2.5 is a bit of a mess..
> - Restrict the outside world to only use my proxy for visiting the sites
> on my local net (192.168.1.x / 192.168.2.x / 192.168.10.x / 192.168.100.x)
> - Open the proxy for local net users to the internet
Both done in http_access but with different ACLs.
http_access allow our_networks
http_access allow our_sites
http_access deny all
Regards
Henrik
This archive was generated by hypermail pre-2.1.9 : Sat Mar 31 2007 - 13:00:01 MDT