Re: [squid-users] Help to Configuring Squid

From: Muthukumar <kmuthu_gct@dont-contact.us>
Date: Sat, 5 Jun 2004 16:26:27 +0530

> desire
> to restrict the users for have only MSN and no access to
> the Web, only the access WEB and no Msn.

Define the two set of acls to collect the MSN and Webusers
acl msnuser src <ip-address>/<netmask>
Or
acl msnuser src <ip-address>-<ip-address>/<netmask>

acl webusers src <ip-address>-<ip-address>/<netmask>

MSN messenger is using the ip-address as 64.4.13.0/24
acl msnip dst 64.4.13.0/24

Set the http_access rule as

# Allow the web users
http_access deny webusers msnip
http_access deny msnuser !msnip

> In addition, I have the following problem, the users who
> use the Squid, becomes disconnected constantly of the MSN.

Did you get any errors in the cache.log? I am not sure with the problem.

Regards,
Muthukumar.

---
===============  It is a "Virus Free Mail" ===============
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.698 / Virus Database: 455 - Release Date: 6/2/2004
Received on Sat Jun 05 2004 - 04:58:36 MDT

This archive was generated by hypermail pre-2.1.9 : Thu Jul 01 2004 - 12:00:02 MDT