On 12/13/07, Agnello George <[EMAIL PROTECTED]> wrote:
<snip>
>
> and in my squid.conf fle i  added the following
> acl special_url dstdomain "/etc/squid/special_url"
> http_access deny  special_url
>
> which works perfectly well
>
> when i put the url as chat.yahoo.com in my browser i am denied access
> ( so that is working fine )
>
> But when i access the yahoo chat .. i am able to log in
>
> Where am i going wrong !! :(

 You will only be able to block port 80 and 443 access with squid acl.
What you need to do is as following

1) Block all ports with iptables
2) selectively open ports 25, 80, 443, 110, 143, 465, 995, 993 (email
and web access). Also open port 21 and 22 if you want ftp and ssh
connections
3) Open any other port required. (Some apps still use fancy ports to do thinks)

I have never tried blocking google talk but i think blocking jabber
ports plus blocking chatenabled.google.com (with squid) should block
the google chat.

regards
VK
-- 
http://mm.glug-bom.org/mailman/listinfo/linuxers

Reply via email to