[squid-users] Delay pools help needed

From: <shihaya@dont-contact.us>
Date: Wed, 02 Oct 2002 19:11:57 +0200

Hi!

I have 3 computers in our library (IP 192.168.10.130-132). I want
restrict the internet access for the library:

1. I want restrict the bandwith for the the library to 64 kbits/sec
(we have an 384 kbits/sec DSL)
2. I want hinder the users download files bigger than 1 MB
3. I want slow down the download of exe and zip files.

I read the FAQ and the squid doc on sourceforge and come out with the
config file below. Please can you confirm that is good? Or am I
totally wrong?

conf:

acl library src 192.168.10.130-192.168.10.132
acl slow urlpath_regex -i .exe .zip

delay_pools 2
delay_class 1 2
delay_class 2 2
delay_parameters 1 8000/-1 3000/1000000
delay_parameters 2 -1/-1 5000/1000000
delay_access 1 allow library
delay_access 1 deny all
delay_access 2 allow library slow
delay_access 2 deny all
Received on Wed Oct 02 2002 - 11:41:25 MDT

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