Re: [squid-users] Help to Configuring Squid

From: Peter Marshall <peter.marshall@dont-contact.us>
Date: Tue, 10 Aug 2004 10:25:04 -0300

I am having the same problem .. msn keeps disconnecting and then
reconnecting (every 5 min or so)... I have squid on a box in my dmz (so it
sits between my internal firewall and my external firewall .. both of which
are running iptables on a rh9 box).

Any suggestions ... it is really anoying.

Peter

----- Original Message -----
From: "Muthukumar" <kmuthu_gct@hotmail.com>
To: "Cristian Diaz" <spawnpy@yahoo.com>; <squid-users@squid-cache.org>
Sent: Saturday, June 05, 2004 7:56 AM
Subject: Re: [squid-users] Help to Configuring Squid

> 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 Tue Aug 10 2004 - 07:26:15 MDT

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