
celso22
(usa Debian)
Enviado em 16/09/2008 - 18:13h
OI PESSOAL GOSTARIA DE UMA AJUDINHA DE VOCÊS. MEU SQUID NÃO ESTAR FUNCIONANDO, GOSTARIA DE SABER O PORQUE.
QUANDO EU ATIVO ELE, EU NÃO CONSIGO ENTRAR DE JEITO NEINHUM NA INTERNET.
ABAIXO SEGUE O MEU SQUID.CONF:
#=========== ATUALIZADO EM 10/09/2008 =========#
http_port 192.168.0.100:3128
visible_hostname proxy
#
# cache na memoria
cache_mem 128 MB
maximum_object_size_in_memory 64 KB
maximum_object_size 250 MB
minimum_object_size 0 KB
cache_swap_low 70
cache_swap_high 95
cache_dir ufs /var/spool/squid 20480 128 256
cache_access_log /var/log/squid/access.log
refresh_pattern ^ftp: 30 20% 2280
refresh_pattern . 30 20% 228
#
# redes permitidas: todas possiveis
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 SSL_ports port 443 563
acl Safe_ports port 21 80 443 563 70 210 280 488 59 777 901 1025-65535
acl purge method PURGE
acl CONNECT method CONNECT
#
http_access allow manager localhost
http_access deny manager
http_access allow purge localhost
http_access deny purge
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
#
acl redelocal src 192.168.0.0/24
http_access allow localhost
http_access allow redelocal
http_access deny all
#========================= FIM ================#
DESDE JÁ AGRADEÇO...