I just installed urlfilter unfortunately some users are recreated popularity site NSFW, the problem is not to "entertain" with this type of site, but sometimes these places up dirt half of computers and then to clear it we have to invest a good time running antivirus and AntiSpyware.
The installation of urlfilter has no problems;
But, the detail is applied to all the locks on network users. What if I want to leave a machine without locks?. So, we have to resort to give permission by IP addresses, is not the only solution but is very easy to implement.
Based on the urlfilter squidGuard, the documentation of this project can be applied practically without problems.
The first is to locate the configuration file for squidGuard in IpCop, place it in:
The documentation of squidGuard finding rules based on source IP addresses that helped guide me to make my changes.
The first was to define my administrators group, so add these lines to the configuration file:
Once I set my user group managers, now we need to give permission for adding a few lines in the ACL:
Same can be refined a lot more options to administrators, but that will be later.
The installation of urlfilter has no problems;
But, the detail is applied to all the locks on network users. What if I want to leave a machine without locks?. So, we have to resort to give permission by IP addresses, is not the only solution but is very easy to implement.
Based on the urlfilter squidGuard, the documentation of this project can be applied practically without problems.
The first is to locate the configuration file for squidGuard in IpCop, place it in:
/etc/squidGuard/squidGuard.confThis is the file we have to change. I am still awaiting a change that if I lost my web changes so you have this in mind.
The documentation of squidGuard finding rules based on source IP addresses that helped guide me to make my changes.
The first was to define my administrators group, so add these lines to the configuration file:
src admins {where 192.168.0.x is the IP to which I shall give him permission.
ip 192.168.0.x/255.255.255.0
}
Once I set my user group managers, now we need to give permission for adding a few lines in the ACL:
acl {That way everyone would have an internet filter, less they appear in the list of admins.
admins {
pass all
redirect http://192.168.0.1:81/redirect.cgi?category=%t
{
default { pass custom-allowed !ads !adv !aggressive …
redirect http://192.168.0.1:81/redirect.cgi?category=%t
}
}
Same can be refined a lot more options to administrators, but that will be later.
Comments