devendra wrote: > 192.0.0.200,192.0.0.201 is client ip address which i want to block > msnmessenger all at all time except 12-14. > > so i have define the ACL as like > > acl client_acl src 192.0.0.200, 192.0.0.201
As Henrik already told you, this is not the correct syntax. Read the access controls section of your default squid.conf or the Squid FAQ: http://www.squid-cache.org/Doc/FAQ/FAQ-10.html > The above acl is not working. Because you misconfigured it. Fix it and it will work Adam
