Squid

1. Squid

Carlos Henrique Ramos
ramos1986

(usa Debian)

Enviado em 27/04/2008 - 15:27h

Boa tarde.

Estou com o seguinte problema.
Possuo um squid configurado em modo transparente e possuo algumas regras para bloqueios de sites, msn, downloads, etc..
Essas regras não estão funcionando, gostaria de saber se estou fazendo alguma coisa de errada segue exemplo do meu squid.conf desde já agradeço.
http_port 3128 transparent
visible_hostname Firewall
hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
cache_mem 128 MB
maximum_object_size_in_memory 8 kb
maximum_object_size 128 MB
minimum_object_size 0 KB
cache_swap_low 90
cache_swap_high 95
cache_dir ufs /var/spool/squid 2048 16 256
cache_access_log /var/log/squid/access.log
cache_log /var/log/squid/cache.log
cache_log /var/log/squid/store.log

refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern . 0 20% 4320

acl rede_interna src 192.168.0.0/24
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 to_localhost dst 127.0.0.0/8
acl SSL_ports port 443 563
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 CONNECT method CONNECT

### Bloqueio de MSN ###
acl msn url_regex -i "/etc/squid/bloqueios/msn.txt"
http_access deny msn

###Bloqueio do Orkut###
acl orkut url_regex -i "/etc/squid/bloqueios/orkut.txt"
http_access deny orkut

###Ips Liberados###
#acl liberados src "/etc/squid/liberados/liberados.txt"
#http_access allow liberados

### BLOQUEIOS ###
acl block url_regex -i "/etc/squid/bloqueios/block.txt"
http_access deny block

### Bloqueia Googletalk ###
acl googletalk url_regex -i "/etc/squid/bloqueios/googletalk.txt"
http_access deny googletalk

### Bloqueia Googleeart ###
acl googleeart url_regex -i "/etc/squid/bloqueios/googleeart.txt"
http_access deny googleeart

### Bloqueia Sites de Proxy ###
acl proxy url_regex -i "/etc/squid/bloqueios/proxy.txt"
http_access deny proxy

#aacl Safe_ports port 2631

acl download url_regex -i .com$ .pif$ .exe$ .avi$ .mp3$ .mpeg$ .mpg$ .rm$ .wma$ .wmv$ .asx$ .cab$ .src$
http_access deny download

http_access allow rede_interna
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow localhost
http_access deny all
http_reply_access allow all
icp_access allow all
coredump_dir /var/spool/squid



  


2. Re: Squid

Fabio Maran
maran

(usa Debian)

Enviado em 27/04/2008 - 18:05h

um artigo que eu gosto muito e ahei muito legal é este:

do usuário matri_x

http://www.vivaolinux.com.br/artigos/verArtigo.php?codigo=7622






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts