Enviado em 07/02/2013 - 15:36h
Bom dia, Boa noite.
Eu uso o Linux Educacional 4.0 e instalei o squid3 junto com o vrsquidle4_1.0_i386.deb.
Já olhei no arquivo de sitebloqueado sitebloqueado1 e palavrabloq o IP e a URL do site vivaolinux e eles não estão lá e mesmo assim continua sendo bloqueado.
Este é o squid.conf
auth_param basic children 5
auth_param basic casesensitive off
http_port 3128
visible_hostname aluno01
error_directory /usr/share/squid3/errors/Portuguese/
cache_mem 128 MB #altere conforme a capacidade da sua maquina
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/index.pt.html sitebloqueado
acl palavrabloq dstdom_regex "/etc/squid3/palavrabloq"
http_access deny palavrabloq
deny_info http://www.debian.org/index.pt.html palavrabloq
acl rede_interna src 192.168.0.0/24
acl all src 192.168.0.0/24
http_access allow rede_interna
Eu uso o Linux Educacional 4.0 e instalei o squid3 junto com o vrsquidle4_1.0_i386.deb.
Já olhei no arquivo de sitebloqueado sitebloqueado1 e palavrabloq o IP e a URL do site vivaolinux e eles não estão lá e mesmo assim continua sendo bloqueado.
Este é o squid.conf
auth_param basic children 5
auth_param basic casesensitive off
http_port 3128
visible_hostname aluno01
error_directory /usr/share/squid3/errors/Portuguese/
cache_mem 128 MB #altere conforme a capacidade da sua maquina
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/index.pt.html sitebloqueado
acl palavrabloq dstdom_regex "/etc/squid3/palavrabloq"
http_access deny palavrabloq
deny_info http://www.debian.org/index.pt.html palavrabloq
acl rede_interna src 192.168.0.0/24
acl all src 192.168.0.0/24
http_access allow rede_interna