Surely you should simply be using acl's in squid.conf to limit web access to 
particular 
ip addresses rather than squidguard? 

In any case, find out what your squidGuard.log is showing. I found that most of my 
squidGuard problems were due to file permissions. SquidGuard is a redirector so you 
might 
need to set up some kind of local redirection page too (make sure you don't redirect 
to a 
blocked page!); 


acl {
       default {
                pass  none
                redirect 301:http://xxx.xxx.xxx.xxx/squidguard.html
        }
}


--
Daniel Johnston
Technical Developer
Corporate IT - Rentokil Initial plc

Tel: +44 (0) 1342 327171 ext 248


>
>Although I've tried it several ways it seems I must be stupid or
>something like that, because it doesn't work.
>Every one that wants gets out to internet. But in theory my
>squidGuard.conf should only let pass the to ip's from the permis group...
>And my squid.conf has this line that gives to squidGuard the control (I
>think):
>
> > redirect_program /usr/local/squidGuard/bin/squidGuard
>
>
>What am I doing wrong?
>
>Give me a hand please.
>
>This is my squidGuard.conf:
>
> > logdir /usr/local/squidGuard/log
> >
> > src permis      {
> >                 ip 192.X.X.X
> >                 ip 192.X.X.Y
> >                 }
> >
> > acl     {
> >
> >         permis  {
> >                 pass all
> >                 }
> >
> >         default {
> >                 pass none
> >                 }
> >         }
>
>
>Josep S�nchez
>
>   [papapep]
>
>
>
>
>
>_____________________________________________________________________
>This message has been checked for all known viruses by
>MessageLabs on behalf of Rentokil Initial plc


_____________________________________________________________________
This message has been checked for all known viruses by 
MessageLabs on behalf of Rentokil Initial plc

Reply via email to