----- Original Message -----
From: "Edjé DOSSEH" <edje.dosseh@xxxxxxx>
To: <squid-users@xxxxxxxxxxxxxxx>
Sent: Wednesday, January 28, 2009 8:04 AM
Subject: Re: Can i block ping with squid?
----- Original Message -----
From: "Tim Bates" <tin@xxxxxxxxxxxxxxx>
To: <squid-users@xxxxxxxxxxxxxxx>
Sent: Wednesday, January 28, 2009 4:01 AM
Subject: Re: Can i block ping with squid?
Sorry the previous post was not complete.
Edjé DOSSEH wrote:
That is my question: can i block ping from outside by squid?
No. That's a job for the firewall.
Another thing: I'm trying to use squid on windows(i'm doing a test with
windows xp). But when i deny an url(or domain) and after i remove this
domain or url from the list, it stay not reachable. I have installed
2.7.STABLE5-bin-DELAYP release. Why and how fix it?
Did you restart Squid after removing the url?
Do other addresses you've never listed work correctly?
Yes.
Perhaps your ACLs
They are:
acl sitedenied dstdom_regex [-i] "C:/squid/etc/sitesdenied"
acl localnet src 10.125.20.0/24
http_access deny sitedenied
http_access allow localnet
# And finally deny all other access to this proxy
http_access deny all
I have the same results with url_regex.
are blocking more than you think.
TB
My problem is to know if acl rules of this windows's version of squid work
successfull.