Re: [squid-users] Re: Can we give different bandwidth to different users in a same group or network ??

From: Amit Khatri <amit28oct@dont-contact.us>
Date: Tue, 21 Dec 2004 11:52:16 +0530

On Mon, 20 Dec 2004 08:50:40 -0500, Rafhael Almeida
<ralmeida@hcpl.gov.ec> wrote:
> It's easy check this example:
> ........
> acl users src 192.168.0.1/32 #asumed 192.168.0.1 is user IP
> acl users1 src 192.168.0.2/32 #asumed 192.168.0.2 is user IP
> .....
> ......
> http_access allow users
> http_access allow users1
> ......
> ......
> delay_pools 1
> delay_class 1 3
> delay_access 1 allow users
> delay_access 1 deny all
> delay_parameters 1 -1/-1 32000/32000 1250/32000 #asumed 256 is top speed
> 1250=10 Kbps
> ......
> ......
> delay_pools 1
> delay_class 1 3
> delay_access 1 allow users1
> delay_access 1 deny all
> delay_parameters 1 -1/-1 32000/32000 1250/32000 # for the other user
> (change the parameters)
>
> Gretings
>
Thanks for ur time Alemeiba.
But in this case I need to make 2 Delay pools for 2 different users.
(which I know.) But I want to assign different bandwidth to different
users in same Delay Pool (either aggregte or netowork). I want to know
is it possible with squid ??

Regards
Amit
Received on Mon Dec 20 2004 - 23:22:18 MST

This archive was generated by hypermail pre-2.1.9 : Sat Jan 01 2005 - 12:00:02 MST