On Mon, 20 Dec 2004 08:50:40 -0500, Rafhael Almeida
<[EMAIL PROTECTED]> 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

Reply via email to