viniciuspedra
(usa Debian)
Enviado em 15/07/2011 - 07:39h
bom dia galera!
criei um delay pools com controle de velocidade por mac:
acl 512k arp "/etc/squid/velocidade/512k.txt"
acl 800k arp "/etc/squid/velocidade/800k.txt"
acl 1024k arp "/etc/squid/velocidade/1024k.txt"
acl 1536k arp "/etc/squid/velocidade/1536k.txt"
acl 2048k arp "/etc/squid/velocidade/2048k.txt"
acl liberado arp "/etc/squid/velocidade/liberado.txt"
delay_pools 6
delay_class 1 6
delay_parameters 1 -1/-1 51200/51200
delay_access 1 allow 512k
delay_class 2 6
delay_parameters 2 -1/-1 80000/80000
delay_access 2 allow 800k
delay_class 3 6
delay_parameters 3 -1/-1 100000/100000
delay_access 3 allow 1024k
delay_class 4 6
delay_parameters 4 -1/-1 150000/150000
delay_access 4 allow 1536k
delay_class 5 6
delay_parameters 5 -1/-1 204800/204800
delay_access 5 allow 2048k
delay_class 6 6
delay_parameters 6 -1/-1 450000/450000
delay_access 6 allow liberado
dae coloquei para rodar e deu o seguinte erro:
root@internet-2:~# /etc/init.d/squid reload
Reloading Squid configuration files.
2011/07/15 04:25:45| parse_delay_pool_class: Ignoring pool 1 class 6 not in 1 .. 3
2011/07/15 04:25:45| parse_delay_pool_rates: Ignoring pool 1 attempt to set rates with class not set
2011/07/15 04:25:45| parse_delay_pool_class: Ignoring pool 2 class 6 not in 1 .. 3
2011/07/15 04:25:45| parse_delay_pool_rates: Ignoring pool 2 attempt to set rates with class not set
2011/07/15 04:25:45| parse_delay_pool_class: Ignoring pool 3 class 6 not in 1 .. 3
2011/07/15 04:25:45| parse_delay_pool_rates: Ignoring pool 3 attempt to set rates with class not set
2011/07/15 04:25:45| parse_delay_pool_class: Ignoring pool 4 class 6 not in 1 .. 3
2011/07/15 04:25:45| parse_delay_pool_rates: Ignoring pool 4 attempt to set rates with class not set
2011/07/15 04:25:45| parse_delay_pool_class: Ignoring pool 5 class 6 not in 1 .. 3
2011/07/15 04:25:45| parse_delay_pool_rates: Ignoring pool 5 attempt to set rates with class not set
2011/07/15 04:25:45| parse_delay_pool_class: Ignoring pool 6 class 6 not in 1 .. 3
2011/07/15 04:25:45| parse_delay_pool_rates: Ignoring pool 6 attempt to set rates with class not set
=(
o que tem de errado???