........
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
At 11:36 AM 12/18/2004, you wrote:
Amit Khatri wrote:
> I am using Squid with Delay Pools. > I have read the faq given on squid-cache.org. > And I have successfully implemnted Delay Pools for class 1 & class 2. > > But I want to assign different bandwidth to different users in a same > group or network.
Do you have some acl mechanism (such as username, IP address, etc) to identify these users? If so, then this is possible in Squid - take a look at the delay_access settings in your squid.conf.
Adam
