[squid-users] Configuring delay pools

From: Sutto Zoltan <sutto.zoltan@dont-contact.us>
Date: Wed, 8 May 2002 12:53:53 +0200

Hi

I am using squid-2.4.STABLE3-1.6.2on on our local intranet as a transparent
proxy.
We have a 15GB/month traffic limit so I want to limit the speed for a range
of computers by their IP.
I have two acls for those computers.
acl class_1 src 192.168.27.101-192.168.27.120/32
acl class_2 src 192.168.27.121-192.168.27.140/32

How should I have to configure squid using delay_pools to limit them why
others would be unlimited access to the web.
I have tried it but it did not worked for me.
I used the following configuration options.
delay_pools 2
delay_class 1 2
delay_access 1 allow class_1 class_2
delay_access 1 deny all
delay_parameters 1 12000/12000 600/600

delay_class 2 2
delay_access 2 allow !class_1 !class_2
delay_access 2 deny all
delay_parameters 2 -1/-1 8000/24000

Regards

Zoltan Sutto
Received on Wed May 08 2002 - 04:54:17 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:08:03 MST