Не работает ограничение по скорости в сквид, но и ошибок никаких не выводит.squid версия 2,6 stable1
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl allowed_hosts src 192.168.20.0/255.255.255.0
acl allowed_hosts src 90.90.90.90 #IP Интерфейса который смотрит в интернет
acl Safe_ports port 80 443 210 119 70 21 3128 1025-65535
acl ogr100 src "/usr/local/squid/etc/ogr100"
acl ogr200 src "/usr/local/squid/etc/ogr200"
acl ogr300 src "/usr/local/squid/etc/ogr300"
acl local_user src 192.168.20.0/255.255.255.0
acl CONNECT method CONNECT
#blokirovka
acl porn url_regex "/usr/local/squid/etc/ban/porn.conf"
acl fun url_regex "/usr/local/squid/etc/ban/fun.conf"
acl chat url_regex "/usr/local/squid/etc/ban/chat.conf"
acl games url_regex "/usr/local/squid/etc/ban/games.conf"
acl muzz url_regex "/usr/local/squid/etc/ban/muzz.conf"
acl domain dstdomain "/usr/local/squid/etc/ban/domain.conf"
http_access deny muzz
http_access deny porn
http_access deny fun
http_access deny domain
http_access deny chat
http_access deny games
deny_info http://192.168.20.15/banned/index.html muzz
deny_info http://192.168.20.15/banned/index.html porn
deny_info http://192.168.20.15/banned/index.html fun
deny_info http://192.168.20.15/banned/index.html chat
deny_info http://192.168.20.15/banned/index.html games
deny_info http://192.168.20.15/banned/index.html domain
http_access deny manager all
http_access allow allowed_hosts
http_access allow localhost
http_access allow local_user
http_access allow ogr100
http_access allow ogr200
http_access allow ogr300
http_access deny !Safe_ports
http_access deny CONNECT
http_access deny all
/*-----------------------прочие настройки-----------------------*/
delay_pools 4
delay_class 1 2
delay_class 2 2
delay_class 3 2
delay_class 4 2
delay_access 1 allow local_user
delay_access 1 deny all
delay_access 2 allow ogr100
delay_access 2 deny all
delay_access 3 allow ogr200
delay_access 3 deny all
delay_access 4 allow ogr300
delay_access 4 deny all
# тут я какие только цифры на все пулы не ставил скорость не меняется
delay_parameters 1 200/200 200/200
delay_parameters 2 200/200 200/200
delay_parameters 3 250/250 250/250
delay_parameters 4 370/370 375/370