> src student_computers {
>     ip    10.0.3.0-10.0.9.255
> }
> 
> acl {
>     student_computers {
>             pass !ads !porn !warez all
>             redirect blahblah
>     }
> 
>     default {
>             pass none
>             redirect blahblah
>     }
> }

I hope you left out some stuff in the middle?

> The computer that I am testing has ip address 10.0.3.2, but for some
> reason it ends up with the default.  
         1         2         3         4         5         6         7
1234567890123456789012345678901234567890123456789012345678901234567890

It's easy enough to check - Look at squid's access.log and you'll see
what ip squid is logging. Then do something that gets blocked and look
in your squidGuard destination log file and you'll see what ip 
squidGuard is receiving from squid. (You do have individual log files
in each of your destination groups, right?)

Rick

Reply via email to