references
main link:
secondary links:
step 1
# apt-get install squid squid-common ## step 2
# cat /etc/squid3/squid.conf
#
# INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS
#
cache_effective_user proxy
cache_effective_group proxy
http_port 10.106.34.12:3128
cache_mem 1000 MB
maximum_object_size 4096 KB
reply_body_max_size 15 MB
visible_hostname ubuntu-proxy
cache_mgr aji.zqfan@gmail.com
acl vrv-f3 src 192.168.32.0/24
http_access allow vrv-f3
NOTE: this settings need to be verified
step 3
# squid3 -k shutdown
# ps aux | grep squid
# squid3 -z
# squid3 -k parse
# squid3 -s
squid for windows
ref:
steps
- download squid for windows: http://squid.acmeconsulting.it/
- extract it to C:\
- cp all files in C:\squid\etc and rename them by remove the trailing ‘.default’
- edit squid.conf, see example in ref 1
- cd c:\squid\sbin
- squid -i
- squid -z
- net start squid