[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

[K12OSN] squidquard setup



I decided to download and try squidguard on my home server, which is k12ltsp 4.0-0.pre1,

I had to add the following lines to /etc/squid/squid-squidGuard.conf to get squid to work from other "fat" clients on my network.

Search for this line

#http_access allow our_networks

and after it add:

acl our_networks src 192.168.0.0/24
http_access allow our_networks

Make sure that the ip address range in our_networks src is the clients that you want to allow to use the squid cache. The above would work on the k12ltsp default setup, with the internal lan on 192.168.0.0/24

I don't think this would be a problem for thin clients, as their web browsers are connecting to squid from the server, or localhost, which is allowed in the default access conrol lists.

Best Regards,
Ben




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]