Changes

From Amahi Wiki
Jump to: navigation, search
6 bytes removed ,  18:46, 24 September 2008
m
add initial notes
Getting basic Squid running wasn't too hard at all:
As root user edit:
<codepre>
/etc/squid/squid.conf
</codepre>
Add to the top:
<codepre>
visible_hostname hda.local
http_port 3128 transparent accel vport
acl intranet src 192.168.0.0/24
http_access allow intranet
</codepre>
Referred to [http://www.redhatmagazine.com/2007/04/11/squid-in-5-minutes/ this article] for the approach. But note that there is a correction to the ''acl intranet src 192.168.0.0/24'' line, included above. He was missing ''src'' in that line.
== Start Up ==
Start Squid:
<codepre>
service squid start
</codepre>
== Set Up Clients ==
180

edits