Gerald Brandt wrote:
>
> Hi there,
>
> I have installed Squid 2 onto a machine (Linux, RedHat 4.2, Alpha
> CPU) inside our firewall. I want to instruct squid to go through
> the firewall when it gets a page.
Sample squid.conf:
# Configure the firewall as a non-ICP/digests peer and last resort
parent
cache_peer your.firewall 80 0 no-query no-digests no-netdb-exchange
default
# If you have intranet servers, and internal DNS.
#acl intranet dst 198.163.210.0/255.255.255.0
# If you have intranet servers, and no inernal DNS
#acl intranet dstdomain intranet.hvdc.ca
# Allow intranet requests
always_direct allow intranet
# Send all else to the firewall
acl all src 0.0.0.0/0
never_direct allow all
--- Henrik Nordstrom Spare time Squid hackerReceived on Tue Nov 24 1998 - 15:12:24 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:43:19 MST