[squid-users] Delay Pools Order

From: Mario Fernando Rodríguez <mferrodriguez@dont-contact.us>
Date: Wed, 7 Mar 2007 16:47:51 -0600

Hello,

I have squid Version 2.5 STABLE6, running on a SME 7 server. I enabled
delay pools for 3 groups of users as follows:

acl all src 0.0.0.0/0.0.0.0
acl localsrc src 127.0.0.1 175.1.1.0/255.255.255.0 192.168.37.14
acl itguys src "/etc/squid/itguys"
acl filesno url_regex -i "/etc/squid/filesno"
acl trustedsites url_regex -i "/etc/squid/trustedsites"
acl catastmap src "/etc/squid/catastromap"

delay_pools 3
delay_class 1 1
delay_class 2 1
delay_class 3 1
delay_parameters 1 16000/16000
delay_parameters 2 32000/32000
delay_parameters 3 64000/64000
delay_access 1 allow catastmapa
delay_access 1 deny all
delay_access 3 allow sistemas
delay_access 3 deny all
delay_access 2 allow localsrc
delay_access 2 deny all

AND then, I have the following acl rules:

http_access allow trustedsites
http_access allow itguys
http_access deny filesno
http_access allow catastmapa
http_access deny all

Now, the problem is that when testing internet speeds (My PC is part of the
"itguys" group), it never shows bandwith superior to 160kbps. The question
then is: Is there anything wrong with the order of the pools, or for that
matter with the distribution of groups in the way I did it?
Thank you all so much in advance for any help you might give me.

Mario F. Rodríguez
IT Director
Municipality of Quetzaltenango, Guatemala.
Received on Wed Mar 07 2007 - 15:58:27 MST

This archive was generated by hypermail pre-2.1.9 : Sat Mar 31 2007 - 13:00:01 MDT