[ale] squidGuard

Doug McNash dmcnash at charter.net
Sat Apr 17 08:49:27 EDT 2004


On the first pass I would say it can't find your lists.  Check your
squidGuard.conf for 

dbhome /etc/squid/db

or something similar.  I don't see one.

Have you built the .db files?  I don't recall the command options or if
it is absolutely necessary.  It might be.

Why have an "else" block that does nothing, is "else" valid config
language?

Local access is not going thru the proxy at your browser if you look at
your browser config.

On Fri, 2004-04-16 at 14:47, James P. Kinney III wrote:
> Has anyone setup squidGuard before? I can connect to the local gateway
> machine OK but everything past it is blocked even though I have rules
> set (I think) to allow access.
> 
> From
> squidGuard.conf:                                                                                
> source LAN {
>         ip              192.168.1.2
> }
> 
>                                                                                 
> dest good {
>         expressionlist          good.destexprlist
>         urllist         good.desturllist
>         domainlist      good.destdomainlist
> }
>                                                                                 
> acl {
>         LAN {
>                 pass good all
>         }else{
>                 pass none
>         }
>                                                                                 
>         default {
>                 pass none
>                 rewrite dmz
>                 redirect
> http://192.168.1.1/cgi-bin/blocked?clientaddr=%a+clientname=%n+clientident=%i+srcclass=%s+targetclass=%t+url=%u
>         }
> }
> 
> 192.168.1.1 is the gateway machine that is also a web server. It is the
> squid proxy server



More information about the Ale mailing list