arasouza
(usa Debian)
Enviado em 07/05/2013 - 16:56h
Pessoal, estou com um problema intermitente e estranho, o cenário é o seguinte:
Servidor Debian/Proxy com link full de 10 Mbits, para cerca de 180 pcs tenho um controle de banda com o htb apenas para download, funcionando e controlando direitinho, porém de alguns dias para cá algumas maquinas estranhamente estão com problema para anexar arquivos, achei q o problema fosse no squid, mas quando eu para o controle de banda o pc volta a anexar normalmente segue as conf do htb para analise, agradeço qualquer dica.
eth9-qos.cfg:
################
# eth9-qos.cfg #
################
####################################################################################################################################################################################################
#Testes realizados em 050413:
# Mesmo q tenha banda excedente na class_1, ele pode ultrapassar o limite definido, quando definido por ip, foi feito um teste com o valor de bandwidth de 600, o download foi realizado a 70 KB/s.#
####################################################################################################################################################################################################
# for how to configure and use see docs/HowTo/
class Intranet { bandwidth 1000000; limit 1000000; burst 0; priority 0; que sfq;
client redeinterna-src { bandwidth 1000000; limit 1000000; burst 0; upload 100000; priority 1; src { 10.10.20.0/24 20 21 22 138 139 807; }; };
client redeinterna-dst { bandwidth 1000000; limit 1000000; burst 0; upload 100000; priority 1; dst { 10.10.20.0/24 20 21 22 138 139 807; }; };
};
class class_PrincipCache {
# Nome da classe principal
bandwidth 100000;
# Largura da banda garantida, nesse caso a total Velocidade total da banda 10Mb (exemplo de calculo: 3000/8=375Kbps (Download)
limit 100000;
# O maximo de banda que a classe poder� utilizar
burst 0;
# N�mero m�ximo em Kbit que uma classe pode enviar por vez
priority 1;
# N�vel de prioridade, s�o elas de 0 a 7, onde 0 � a maior
client client_Renata {
bandwidth 2048;
limit 2048;
burst 2;
priority 1;
dst {
#Renata
10.10.20.10/32;
};
};
client client_Israel {
bandwidth 2048;
limit 2048;
burst 2;
priority 1;
dst {
10.10.20.100/32;
};
};
client client_SamirUP {
bandwidth 4096;
limit 4096;
burst 1;
priority 1;
src {
10.10.20.102/32;
};
};
client client_SamirDown {
bandwidth 4096;
limit 4096;
burst 1;
priority 1;
burst 1;
priority 1;
dst {
10.10.20.102/32;
};
};
client client_JoaoStt {
bandwidth 4096;
limit 4096;
burst 1;
priority 1;
dst {
10.10.20.108/32;
};
};
client client_Zete {
bandwidth 4096;
limit 1024;
burst 2;
priority 1;
dst {
#Zete
10.10.20.145/32;
};
};
client client_Gil {
bandwidth 1024;
limit 1024;
burst 2;
priority 1;
dst {
#Gil
10.10.20.156/32;
};
};
client client_Marcia {
bandwidth 4096;
limit 4096;
burst 2;
priority 1;
dst {
10.10.20.157/32;
};
};
client client_CidG {
bandwidth 4096;
limit 4096;
burst 2;
priority 1;
dst {
10.10.20.164/32;
};
};
client client_Rossana {
bandwidth 4096;
burst 2;
priority 1;
dst {
10.10.20.166/32;
};
};
client client_Matusa {
bandwidth 4096;
limit 4096;
burst 2;
priority 1;
dst {
10.10.20.188/32;
};
};
client client_Ely {
bandwidth 1024;
limit 1024;
burst 2;
priority 1;
dst {
10.10.20.225/32;
};
};
client client_Max {
bandwidth 4096;
limit 4096;
burst 2;
priority 1;
dst {
10.10.20.226/32;
};
};
client client_Manu {
bandwidth 4096;
limit 4096;
burst 2;
priority 1;
dst {
10.10.20.227/32;
};
};
client client_Sousa {
bandwidth 4096;
limit 4096;
burst 2;
priority 1;
dst {
10.10.20.228/32;
};
};
client client_Edson {
bandwidth 4096;
limit 4096;
burst 2;
priority 1;
dst {
10.10.20.229/32;
};
};
client client_DSoniaPc1 {
bandwidth 4096;
limit 4096;
burst 2;
priority 1;
dst {
10.10.20.230/32;
};
};
client client_SousaNote {
bandwidth 4096;
limit 4096;
burst 2;
priority 1;
dst {
10.10.20.231/32;
};
};
client client_Josy {
bandwidth 4096;
limit 4096;
burst 2;
priority 1;
dst {
10.10.20.234/32;
};
};
client client_Igor {
bandwidth 4096;
limit 4096;
burst 2;
priority 1;
dst {
10.10.20.235/32;
};
};
client client_SecDabada {
bandwidth 4096;
limit 4096;
burst 2;
priority 1;
dst {
10.10.20.236/32;
};
};
client client_Ramon {
bandwidth 4000;
limit 4000;
burst 2;
priority 1;
dst {
10.10.20.237/32;
};
};
client client_MatusaNote {
bandwidth 4096;
limit 4096;
burst 2;
priority 1;
dst {
10.10.20.240/32;
};
};
client client_Livre {
bandwidth 4096;
limit 4096;
burst 2;
priority 1;
dst {
10.10.20.242/32;
};
};
client client_Selma {
bandwidth 4096;
limit 4096;
burst 2;
priority 1;
dst {
10.10.20.243/32;
};
};
client client_EdsonNote {
bandwidth 4096;
limit 4096;
burst 2;
priority 1;
dst {
10.10.20.245/32;
};
};
};
class default { bandwidth 1024; };
#Fim do arquivo.