Folks,
I hve configured squid as a transparent proxy. The
configuration is simple. There is one firewall which is where
the squid proxy is running. The firewall has three NIC's:
Internet, Server (172.16.0.0/24), Private (192.168.0.0/24).
The firewall is NetBSD 1.6. The transparent proxy is
configured vi re-routing traffic on port 80 that is coming in
from the private network to port 3128 of the firewall/squid
machine:
rdr ex0 0/0 port 80 -> 192.168.0.1 port 3128 tcp
I need to find a way so that squid does NOT cache anything on
the server network (172.16.0.0/24). Not knowing how to modify
the rdr rule, I added the following to my squid.conf but with
no avail. Can someone enlighten me, PLEASE?
acl server_network src 172.16.0.0/24
no_cache deny server_network
It is located right below the TAG: no_cache section of the
squid.conf.
Sam
Received on Sun Jan 05 2003 - 15:38:02 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:12:27 MST