SquidGuard! Qm conhece.

Iniciado por emanoeljulio, 27 de Agosto de 2008, 11:26

tópico anterior - próximo tópico

emanoeljulio

Ola galera GNU

É o seguinte estou tentando configurar o squidguard e ele não esta bloqueando.

  • Já compilei minhas listas
  • Dei permissões para proxy:proxy 777
segue o squidGuard.conf


dbhome /etc/squid/squidguard/db
logdir /etc/squid/squidguard/log

time intervalo {
weekly mtwhf 11:30-13:00 17:30-19:00
}

dest ads {
        domainlist ads/domains
}

dest adult {
        domainlist adult/domains
}

dest aggressive {
        domainlist aggressive/domains
}

dest antispyware {
        domainlist antispyware/domains
}

dest artnudes {
        domainlist artnudes/domains
}

dest chat {
        domainlist chat/domains
}

dest drugs {
        domainlist drugs/domains
}

dest gambling {
        domainlist gambling/domains
}

dest games {
        domainlist games/domains
}

dest guns {
        domainlist guns/domains
}

dest hacking {
        domainlist hacking/domains
}

dest humor {
        domainlist humor/domains
}

dest instantmessaging {
        domainlist instantmessaging/domains
}

dest malware {
        domainlist malware/domains
}

dest mixed_adult {
        domainlist mixed_adult/domains
}

dest naturism {
        domainlist naturism/domains
}

dest onlinegames {
        domainlist onlinegames/domains
}

dest phishing {
        domainlist phishing/domains
}

dest porn {
        domainlist porn/domains
}

dest proxy {
        domainlist proxy/domains
}

dest ringtones {
        domainlist ringtones/domains
}

dest sexuality {
        domainlist sexuality/domains
}

dest spyware {
        domainlist spyware/domains
}

dest violence {
        domainlist violence/domains
}

dest virusinfected {
        domainlist virusinfected/domains
}

dest weapons {
        domainlist weapons/domains
}

dest liberados {
domainlist liberados/domains
}

dest restritos {
domainlist restritos/domains
}

dest bloqueados {
domainlist     bloqueados/domains
expressionlist bloqueados/expressions
}

src elite {
ip 192.168.2.100 192.168.2.101 192.168.2.102 192.168.2.103 192.168.2.104 192.168.2.105 192.168.3.100 192.168.3.101 192.168.3.102 192.168.3.103 192.168.3.104 192.168.3.105 192.168.4.100 192.168.4.101 192.168.4.102 192.168.4.103 192.168.4.104 192.168.4.105
}

src grupo {
ip 192.168.2.0/24 192.168.3.0/24 192.168.4.0/24
}



acl {

elite {                        # Libera todo acesso ao grupo elite
pass all
}

grupo {                        # Libera ao grupo o acesso ao sites que estão na lista de lerados
pass liberados
}

grupo within intervalo {       # Libera alguns sites no horário de intervalo
                pass restritos
        }

else {                         # Bloqueia todo o resto

pass liberados !bloqueados !ads !adult !aggressive !antispyware !artnudes !chat !drugs !gambling !games !guns !hacking !humor !instantmessaging !malware !mixed_adult !naturism !onlinegames !phishing !porn !proxy !ringtones !sexuality !spyware !violence !virusinfected !weapons all
        redirect http://meusite.com.br
}

default {
pass !bloqueados !ads !adult !aggressive !antispyware !artnudes !chat !drugs !gambling !games !guns !hacking !humor !instantmessaging !malware !mixed_adult !naturism !onlinegames !phishing !porn !proxy !ringtones !sexuality !spyware !violence !virusinfected !weapons all
        redirect http://meusite.com.br
}
}



Meu arquivo de configuração squid.conf



# Porta que o proxy ira receber requisições
http_port 3128 transparent

#Cache em memória
cache_mem 64 MB
fqdncache_size 1024 # Cache fqdn DNS
maximum_object_size_in_memory 256 KB

#Cache em disco
cache_dir ufs /var/spool/squid 4084 16 256
maximum_object_size 100 MB
minimum_object_size 0 KB

## Não mexer - INICIO
hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
cache deny QUERY
acl apache rep_header Server ^Apache
broken_vary_encoding allow apache
## Não mexer - FIM

#Log de acesso
access_log /var/log/squid/access.log squid

# Arquivo de hosts
hosts_file /etc/hosts


# Não mexer 2 - INICIO
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern . 0 20% 4320
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 # https
acl SSL_ports port 563 # snews
acl SSL_ports port 873 # rsync
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 Safe_ports port 631 # cups
acl Safe_ports port 873 # rsync
acl Safe_ports port 901 # SWAT
acl purge method PURGE
acl CONNECT method CONNECT
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
# Não mexer 2 - FIM

#squidGuard
redirect_program /usr/bin/squidGuard –c /etc/squid/squidGuard.conf
redirect_children 8
redirector_bypass on

#http_access deny all
http_access allow all
icp_access allow all

http_reply_access allow all
icp_access allow all
cache_effective_group proxy

# Hostname no proxy
visible_hostname www.meuservidor.com.br
# Diretóio de cache
coredump_dir /var/spool/squid



se removo as seguintes linhas do arquivo de configuração ele funciona, mas eu preciso das regras de horário.


acl {

elite {                        # Libera todo acesso ao grupo elite
pass all
}

grupo {                        # Libera ao grupo o acesso ao sites que estão na lista de lerados
pass liberados
}

grupo within intervalo {       # Libera alguns sites no horário de intervalo
                pass restritos liberados none
log grupo_without.log
        }

else {                         # Bloqueia todo o resto

pass liberados !bloqueados !ads !adult !aggressive !antispyware !artnudes !chat !drugs !gambling !games !guns !hacking !humor !instantmessaging !malware !mixed_adult !naturism !onlinegames !phishing !porn !proxy !ringtones !sexuality !spyware !violence !virusinfected !weapons all
        redirect http://meusite.com.br
}