Enable Squidguard only in one Computer
-
Hello Folks !!!
I have a deployment with pfSense 2.5.2, squid and squidguard. For testing purposes I would like enable filtering only for a custom range of my network or computer only.
Is a workaround for this !?
Thanks !
Jimcesseg
-
In a transparent-mode I think is complicated, but in no-transparent is easy because u just manage that with fw rules and just add proxy settings in the computer u want to filter, the other network computers won't notice a proxy.
Regards!!! -
@periko I do this:
Add ACL to the squidguard.conf (Diagnostics / Edit File / /usr/local/etc/squidGuard/squidGuard.conf)
src admins {
ip 192.168.2.0-192.168.2.255
ip 172.16.12.0/255.255.255.0
ip 10.5.3.1/28
}From squid GUI I definied this IP ranges in Unrestricted IPs.
This work for me. Thanks !!!