Proxy server - access control - blacklist problem
-
nope, nothing in log, no errors, proxy just stop to block ???
i think i can try to reinstall PFS from start, but i have already done that, and same thing… -
nope, nothing in log, no errors, proxy just stop to block ???
i think i can try to reinstall PFS from start, but i have already done that, and same thing…Can you call from putty
/usr/local/bin/squidGuard -c /usr/local/etc/squidGuard/squidGuard.conf -d
Must be 3 last lines
2008-11-10 16:42:37 [80344] squidGuard 1.2.0 started (1226324557.820)
2008-11-10 16:42:37 [80344] recalculating alarm in 1043 seconds
2008-11-10 16:42:37 [80344] squidGuard ready for requests (1226324557.980) -
hm, yes it is started …
nothing, it seems that i must accept that this cant work... -
hm, yes it is started …
nothing, it seems that i must accept that this cant work...Sorry my question.
You say 'this cant work' - this is mean: squid not worked OR not filter sites?
What you squid/squidGuard services state? Started or NO ? -
-
I do, how you say
- adding site to squid blacklist
- create (only!) squidGuard Dest item with this site
Result - all success blocked
-
I've defined my own destinations here as well, no problem.
Created destination with my own URL's listedUnder default blocked the destination
Under specific ACL's blocked the destinationWorks like a charm.
The blacklist URL is for downloading a blacklist from a publisher.
-
ok then,
please put print screen of your configuration, and put, uumm,,,www.google.com to blacklist
thanks
-
Hello,
I'm having the same issue with Squid; where the black list is not working. I have set "www.google.com" into the black list, and ALL" web traffic gets blocked by Squid even browsing to the GUI itself of PFsense "Localhost" gets blocked, even though I have checked the bypass proxy for local addresses.
I also tested this on the latest platform on PFsense "pfSense 1.2.3-RC1" and the Squid is worst on this one, the tabs are no longer present, there are drop down menus; which are not working on Internet Explorer only on firefox, in addition to the black list not working. ???
Attached you will find the info of my platform and tests performed. Any help would be appreciated. Thanks!
-
you can always use the Custom Options under General Settings of Proxy Server:
for sample sites: www.youporn.com www.pornhub.comacl blocksite url_regex youporn pornhub; http_access deny blocksite ```this will only blocked if squid sees in URL youporn or pornhub now what if client will ping youporn.com and use the ip addess in exchange of domain name(youporn.com)… then use dstdom_regex. But its slower than url_regex.
acl blocksite dstdom_regex youporn pornhub; http_access deny blocksite
now its up to you to decide. ;) This problem is just in GUI but squid 2.6 will always work as it should be. For more info about acl and http_access deny visit the wiki page of www.squid-cache.org In black list have you tried``` google;youporn;pornhub ```it should be with ;