On Tue, 19 Oct 2004, Mustafa ERGUC wrote:

http_port 3128 3130
acl default myport 3128
acl vip myport 3130
acl subnet1 src 10.56.0.0/255.255.0.0    #my subnet1 use default port
http_access allow default vip subnet1
http_access deny all

This can not be the configuration you are using. The above denies all users access as they can't be using both port 3128 and port 3130 at the same time for the same request.


delay_pools 3
delay_class 1 1
delay_class 2 1
delay_class 3 1
delay_access 1 vip
delay_access 2 subnet1
delay_access 3 default
delay_parameters 1 16000/24000
delay_parameters 2 8000/12000
delay_parameters 3 24000/32000

The delay pool part of this configuration looks correct to me.

Regards
Henrik

Reply via email to