Bonjour,
J'ai esseyé tous les tutos possible trouvé sur mon ami google mais mon PC client ( windows internet explorer ) m'affiche toujour que la connection n'a pas pu être établi .
Que ce soit avec comme acl admin ou user
voici mon squidguard.conf simplifié au maximum en suivant parfaitement le tuto suivant
http://irp.nain-t.net/doku.php/220squid:060_squidguard
dbhome /var/lib/squidguard/db
logdir /var/log/squid
src admin {
ip 192.168.1.252/32
}
src users {
ip 192.168.1.12/32
}
dest pornographie {
urllist porn/urls
urllist porn/nurls
domainlist porn/domains
expressionlist porn/very_restrictive_expression
}
dest drogues {
urllist drugs/urls
domainlist drugs/domains
}
dest phishing {
urllist phishing/urls
domainlist phishing/domains
}
dest marchands_de_guerre {
urllist marketingware/urls
domainlist marketingware/domains
}
acl {
admin {
pass any
}
users {
pass !pornographie !drogues !phishing !marchands_de_guerre any
redirect http://127.0.0.1/...
}
default {
pass none
redirect http://127.0.0.1/...
}
}
mon squid.conf
acl manager proto cache_object
acl localhost src 127.0.0.1/32
acl to_localhost dst 127.0.0.0/8 0.0.0.0/32
acl SSL_ports port 443
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 test src 192.168.1.0/24
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 allow test
http_access deny all
icp_access deny all
htcp_access deny all
http_port 3128
hierarchy_stoplist cgi-bin ?
access_log /var/log/squid3/access.log squid
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern (cgi-bin|\?) 0 0% 0
refresh_pattern . 0 20% 4320
icp_port 3130
coredump_dir /var/spool/squid3
url_rewrite_program /usr/bin/squidGuard -c /etc/squid/squidGuard.conf
url_rewrite_children 5
la commande
ps aux | grep [s]quid
m'affiche
root 2098 0.2 1.4 47808 15148 pts/2 Sl 09:42 0:10 geany /etc/squid3/squid.conf
root 3251 0.0 0.1 7188 1600 ? Ss 10:52 0:00 /usr/sbin/squid3 -D -YC -f /etc/squid3/squid.conf
Et j'ai l'impression que squidguard n'est pas démarré
Merci d'avance pour votre aide
Afficher la suite