m4tri_x
(usa Ubuntu)
Enviado em 09/09/2008 - 15:59h
opa,
tenta com essa configuração:
--INICIO--
http_port 192.168.0.1:3128
hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
cache_mem 32 MB
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern . 0 20% 4320
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl to_localhost dst 127.0.0.0/8
acl SSL_ports port 443 563 7070 10000
acl Safe_ports port 80 # 85 86 87 7070 # http
acl Safe_ports port 10000 # webmin
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 563 # https, snews
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535 # unregistered ports
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl CONNECT method CONNECT
acl libera url_regex -i google.com
http_access allow libera
http_access deny all
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
# Deny CONNECT to other than SSL ports
visible_hostname (HOSTNAME)
icp_access allow all
--FIM--
Deverá acessar apenas a pagina do google.
tem que tomar cuidado com as regras de firewall porque se os usuarios tirarem o proxy do navegador eles vão navegar,
tenta com essas regras.
iptables -A FORWARD -s 192.168.0.0/24 -d 0/0 -j REJECT
vê se funfa ai.
[]´s