"Manuel R. Lujan" <[EMAIL PROTECTED]> writes:

hi there,

you should check you your log file in /local/squid/squidGuard/log

you miss the all key word at the end of the pass lines.

you should have : pass !blabla all

and the default section should come at the end.

Please don't bother me again with this kind of mails. 

I gave you a link to my examples. You should have a better look at these
files before asking things you can fix yourself. Don't take me wrong ...

cheers,

> Hello again -
> 
> I have Squid configured to use squidGuard, but when I access client machines,
> it does not block sites.  Here is my squidGuard.conf file.  What could be
> wrong?
> 
> #----------------------------------------------------------------
> #   DO NOT MODIFY THIS FILE AS IT IS MODIFIED BY THE TEMPLATE
> #----------------------------------------------------------------
> #   SquidGuard CONFIGURATION FILE
> #----------------------------------------------------------------
> 
> # CONFIGURATION DIRECTORIES
> logdir /local/squid/squidGuard/log
> dbhome /local/squid/squidGuard/dbhome
> 
> 
> # TIME RULES:
> # abbrev for weekdays:
> # s = sun, m = mon, t =tue, w = wed, h = thu, f = fri, a = sat
> 
> 
> # SOURCE ADDRESSES:
> 
> src lan
> {
>      iplist lan/lan
> }
> 
> # DESTINATION CLASSES:
> 
> dest ads
> {
>      domainlist  ads/domains
>      urllist  ads/urls
> }
> 
> dest porn
> {
>      domainlist  porn/domains
>      urllist  porn/urls
>      expressionlist porn/expressions
> }
> 
> dest mail
> {
>      domainlist  mail/domains
> }
> 
> dest warez
> {
>      domainlist  warez/domains
>      urllist  warez/urls
> }
> 
> dest hacking
> {
>      domainlist  hacking/domains
>      urllist  hacking/url
> }
> 
> # ACLs
> acl
> {
>      default
>      {
>      pass !in-addr !porn !ads !hacking !warez !mail
>      redirect http://www.huerfano.k12.co.us/forbidden.html
>      }
> 
> 
>      lansource
>      {
>      pass !in-addr !porn !ads !hacking !warez !mail
>      redirect http://www.huerfano.k12.co.us/forbidden.html
>      }
> }
> 


-- 
Florin                  http://www.mandrakesoft.com

Reply via email to