edinhoneves
(usa Ubuntu)
Enviado em 14/11/2012 - 09:55h
Bom dia Galera! Eu tambem não estou conseguindo! o que será que eu estou fazendo de errado?
Ubuntu 12.04 squid 3
#iformar a porta para o squid
http_port 3128
visible_hostname Servidor_Linux
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 # https, 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 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 901 # swat
acl safe_ports port 1025-65535 # Portas Altas
# Autenticação por usuario
auth_param basic realm Linux ( Super Soft: Por Favor Digite Usuario e Senha)
auth_param basic program /usr/lib/squid3/ncsa_auth /etc/squid3/squid_passwd
acl autenticados proxy_auth REQUIRED
http_access allow autenticados
acl purge method PURGE
acl CONNECT method CONNECT
http_access manager localhost
http_access deny manager
http_access allow purge localhost
http_access deny PURGE
http_access deny !Safe_ports
# Bloqueios
acl permitir_rede src 192.168.100.0/255.255.255.0
acl proibir_sites dstdomain "/etc/squid3/sites"
acl proibir_palavras url_regex -i "/etc/squid3/palavras"
acl ip_liberado src "/etc/squid3/ip_liberado"
acl negados1 url_regex "/etc/squid3/lista_sites/negados1"
acl diretores proxy_auth "/etc/squid3/grupos/diretores"
acl funcionarios proxy_auth "/etc/squid3/grupos/funcionarios"
http_access allow permitir_rede
http_access deny proibir_sites
http_access deny proibir_palavras
http_access allow ip_liberado
http_access deny negados1
http_access allow diretores
http_access deny funcionarios
acl redelocal src 192.168.100.0/24
http_access allow localhost
http_access allow redelocal
http_access deny all