I also forgot to mention how you also forgot to "deny all" the first two pools. --------------------------------------------- Chad E. Naugle Tech Support II, x. 7981 Travel Impressions, Ltd. --------------------------------------------- Chad E. Naugle Tech Support II, x. 7981 Travel Impressions, Ltd. >>> Chad Naugle 11/8/2010 10:12 AM >>> Your problem here is that you are trying to layer delay_pool 1 twice, so I corrected the config below adding a third delay_pool for your ncsa_users. --------------------------------------------- Chad E. Naugle Tech Support II, x. 7981 Travel Impressions, Ltd. >>> "J Webster" <webster_jack@xxxxxxxxxxx> 11/8/2010 10:06 AM >>> I have done this but I am not sure if it will pick up the ncsa users. This should restrict max bandwidth for any 1 user to 1024 (1Mbps)? acl magic_words1 url_regex -i 192.168 acl magic_words2 url_regex -i ftp .exe .mp3 .vqf .tar.gz .gz .rpm .zip .rar .avi .mpeg .mpe .mpg .qt .ram .rm .iso .raw .wav .mov delay_pools 3 delay_class 1 2 delay_parameters 1 -1/-1 -1/-1 delay_access 1 allow magic_words1 delay_access 1 deny all delay_class 2 2 delay_parameters 2 5000/150000 5000/120000 delay_access 2 allow magic_words2 delay_access 2 deny all acl restuser proxy_auth ncsa_users delay_class 3 1 # 256 Kbit/s fill rate, 1024 Kbit/s reserve delay_parameters 3 32000/128000 delay_access 3 allow restuser delay_access 3 deny all -------------------------------------------------- From: "Chad Naugle" <Chad.Naugle@xxxxxxxxxxx> Sent: Monday, November 08, 2010 3:57 PM To: "J Webster" <webster_jack@xxxxxxxxxxx>; <squid-users@xxxxxxxxxxxxxxx>; "Chad Naugle" <Chad.Naugle@xxxxxxxxxxx> Subject: Re: Bandwidth split? > Anyway, I apologize for the short response, I was busy on the phone. I > would research delay_pools and try to figure out / tweak your config to > meet your needs. It's not a real straight forward config, but that's > because it is very flexible in how users are limited. The only thing > that it does not do is control uploading / POST requests. > Travel Impressions made the following annotations ------------------------------------------------------------- "This message and any attachments are solely for the intended recipient and may contain confidential or privileged information. If you are not the intended recipient, any disclosure, copying, use, or distribution of the information included in this message and any attachments is prohibited. If you have received this communication in error, please notify us by reply e-mail and immediately and permanently delete this message and any attachments. Thank you." Travel Impressions made the following annotations ------------------------------------------------------------- "This message and any attachments are solely for the intended recipient and may contain confidential or privileged information. If you are not the intended recipient, any disclosure, copying, use, or distribution of the information included in this message and any attachments is prohibited. If you have received this communication in error, please notify us by reply e-mail and immediately and permanently delete this message and any attachments. Thank you."