amllintz
(usa Debian)
Enviado em 17/06/2015 - 08:35h
Bom dia.
Estou tentando mudar o servidor proxy para o Debian 8 Jessie, e meus acessos são bloqueados.
Ele funcionava em um Linux Educacional 5 só copiei os arquivos squid.conf e sitebloqueado sitebloqueado2.
Obrigado por ajudarem.
squid.conf:
auth_param basic children 5
auth_param basic casesensitive off
http_port 3128
visible_hostname proxy-debian
error_directory /usr/share/squid3/errors/Portuguese/
cache_mem 128 MB
maximum_object_size_in_memory 64 KB
maximum_object_size 999 MB
minimum_object_size 0 KB
cache_swap_low 90
cache_swap_high 95
cache_dir ufs /etc/squid3/cache/squid3 5000 16 256
cache_access_log /etc/squid3/access.log
refresh_pattern ^ftp: 15 20% 2280
refresh_pattern ^gopher: 15 0% 2280
refresh_pattern . 15 20% 2280
acl manager proto cache_object
acl localhost src 127.0.0.1/32
acl SSL_ports port 443 563
acl Safe_ports port 888
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 # https
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 sitebloqueado url_regex -i "/etc/squid3/sitebloqueado"
http_access deny sitebloqueado
deny_info
http://www.debian.org/ sitebloqueadodstdomain
acl sitebloqueado2 dstdomain "/etc/squid3/sitebloqueado2"
http_access deny sitebloqueado2
deny_info
http://www.debian.org/ sitebloqueado2dstdomain
http_access deny all
debug_options ALL,1 33,2 28,9
acl rede_interna src 192.168.0.0/24
acl all src 192.168.0.0/24
http_access allow rede_interna