Hello Maes,

Thanks for the help. Hear is my new snipit

acl 32klink src "/etc/squid/32klink"
acl 16klink src "/etc/squid/16klink"
acl localURLs url_regex -i 10.0 # All my local network

delay_pools  3
delay_class 1 3
delay_class 2 3
delay_class 3 3
delay_class 4 3

# 1. No restriction for local network traffic
# 2. 32k for group1 with individual user's bwm is not
#     limited
# 3. 16k for group2
# 4. 16k for group2

delay_parameters 1 -1/-1 -1/-1 -1/-1
delay_parameters 2 8000/8000 4000/4000 -1/-1
delay_parameters 3 8000/8000 2000/2000 -1/-1
delay_parameters 4 8000/8000 2000/2000 -1/-1

# To be fine tuned :)
delay_access 1 allow localURLs all
delay_access 2 allow 32klink
delay_access 3 allow 16klink
delay_access 4 allow all

Is this correct?

Regards,
John

--- maes <[EMAIL PROTECTED]> wrote:
> #ah, sorry there was a mistake:
> delay_access 2 deny 16klink
> #and respectively
> delay_access 3 deny 32klink
> 
> 
> -- 
> Best regards,
>  maes                           
> mailto:[EMAIL PROTECTED]
> 
> 



        
                
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail 

Reply via email to