_Aprendiz_
(usa BackTrack)
Enviado em 11/01/2016 - 09:32h
Bom dia, pessoal!
Estou com problema em meu Squid, está dando o seguinte erro:
---------------------------------------------------------------------- ERRO ------------------------------------------------------------------------------------
2016/01/11 09:21:15| WARNING: (A) '192.168.2.0/24' is a subnetwork of (B) '::/0'
2016/01/11 09:21:15| WARNING: because of this '192.168.2.0/24' is ignored to keep splay tree searching predictable
2016/01/11 09:21:15| WARNING: You should probably remove '192.168.2.0/24' from the ACL named 'all'
2016/01/11 09:21:15| aclParseAclLine: ACL 'manager' already exists with different type.
FATAL: Bungled /etc/squid3/squid.conf line 35: acl manager proto cache_object
Squid Cache (Version 3.4.8): Terminated abnormally.
------------------------------------------------------------------------ // --------------------------------------------------------------------------------------
------------------------------------------------------------------ SQUID.CONF-----------------------------------------------------------------------------
#------------------------------- PROXY DAMARE -------------------------------
http_port 3128 intercept
visible_hostname LINUX
hierarchy_stoplist cgi-bin?
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
cache_mem 128 MB
maximum_object_size_in_memory 100 KB
maximum_object_size 6144 KB
minimum_object_size 0 KB
ipcache_size 1024
ipcache_low 90
ipcache_high 95
cache_replacement_policy lru
memory_replacement_policy lru
logformat squid3 %ts.%03tu %6tr %>a %Ss/%03Hs %<st %rm %ru %un %Sh/%<A %mt
access_log /var/log/squid3/access.log squid
cache_swap_low 90
cache_swap_high 95
cache_dir ufs /var/spool/squid3 3000 16 256
cache_access_log /var/log/squid3/access.log
cache_log /var/log/squid3/cache.log
cache_swap_log /var/spool/squid3/swap.log
cache_mgr ti@laticiniosdamare.com.br
error_directory /usr/share/squid3/errors/Portuguese
coredump_dir /var/spool/squid3
refresh_pattern ^ftp: 15 20% 2280
refresh_pattern ^gopher: 15 0% 2280
refresh_pattern . 15 20% 2280
#-----------------------------------------------------------------------------
dns_nameservers 192.168.2.12 192.168.2.250 179.108.128.16 8.8.8.8 8.8.4.4
acl all src 192.168.2.0/24
acl manager proto cache_object
acl localhost src 127.0.0.1/32
acl to_localhost dst 127.0.0.0/8
acl SSL_ports port 443 563 # snews
acl Safe_ports port 80 # http
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 Safe_ports port 407 1863 5190 # msn
acl Safe_ports port 25 # smtp
acl Safe_ports port 110 # pop
acl purge method PURGE
acl CONNECT method CONNECT
#-----------------------------------------------------------------------------
acl PalavrasProibidas url_regex -i "/etc/squid3/listas_bloqueadas/bloq_palavras.denny"
acl IP_AcessoTotal src "/etc/squid3/listas_liberadas/ip_acesso_total.allow"
#-----------------------------------------------------------------------------
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
http_access allow localhost
http_access deny to_localhost
#-----------------------------------------------------------------------------
http_access allow IP_AcessoTotal
http_access deny PalavrasProibidas
http_access allow all
#-----------------------------------------------------------------------------
Desde já quero agradecer a todos pela ajuda, e parabenizar a família VOL por tudo!
PS.: Meu sistema operacional é o Debian.