Norman Noah wrote:
hi
can anybody help me ..
i want to create another delay pool from these 2 class
my current config is
# delay pool
delay_pools 2
#direct bandwitdhfull access to websites
delay_class 1 2
delay_parameters 1 -1/-1 -1/-1
delay_access 1 allow fast
delay_access 1 deny all
# delay
#restrict bandwidth for all others
delay_class 2 3
delay_parameters 2 -1/-1 3276800/8192000 24576/655360
# 400kbs/1000kb 3kbs/80kb
delay_access 2 allow all morning
delay_access 2 allow all afternoon
i want to set another delay pool for another segment
for wireless segment
can anybody help me ?
The usage of all those parameters can be found in
http://www.squid-cache.org/Versions/v2/2.6/cfgman/
At the very least you will need to increment the number in delay_pools
to 3 (the number of pools now used), and add the new pool with all the
tags followed by 3.
Amos