je0v4ne
(usa Ubuntu)
Enviado em 29/09/2008 - 19:15h
Bom o meu cbq-0001.-in está assim, lembrando que minha placa que compartilha a internet é eth0 e a que recebe é wlan0 e conexão é de 600 kbit e coloquei de 300 kbit no arquivo. Então editei o arquivo assim. E o ip coloquei 192.168.0.1/254 porque qualquer IP que ele coloque nessa faixa estara limitado a taxa de download.
##Aqui você deve colocar a interface de rede
###Interface,Banda,banda dividida por 10
DEVICE=eth0,100Mbit,10Mbit
###A banda que passa
RATE=300Kbit
##A banda 300/10 dividida por 10, Limite de download
WEIGHT=30Kbit
###prioridade
PRIO=5
###Regras, você pode colocar mais de uma regra, RULE
###Essa regra controla a faixa de ip
RULE=192.168.0.1/254
###Essa regra não permite compartilhar banda entre os clientes
### se quiser compartilhar coloque " no " nas duas abaixo
BOUNDED=yes
ISOLATED=yes
E o arquivo cbq-0001.-out ficou assim:
##Aqui você deve colocar a interface de rede
###Interface,Banda,banda dividida por 10
DEVICE=eth0,100Mbit,10Mbit
###A banda que passa
RATE=300Kbit
##A banda 300/10 dividida por 10, Limite de download
WEIGHT=30Kbit
###prioridade
PRIO=5
###Regras, você pode colocar mais de uma regra, RULE
###Essa regra controla a faixa de ip
RULE=192.168.0.1/254,
###Essa regra não permite compartilhar banda entre os clientes
### se quiser compartilhar coloque " no " nas duas abaixo
BOUNDED=yes
ISOLATED=yes
E após eu dá o comando
# /etc/init.d/shaper restart
Apareçe o seguinte
Stopping CBQ traffic shaping: shaper.
Starting CBQ traffic shaping: find: warning: you have specified the -maxdepth option after a non-option argument (, but options are not positional (-maxdepth affects tests specified before it as well as those specified after it). Please specify options before other arguments.
find: warning: you have specified the -maxdepth option after a non-option argument (, but options are not positional (-maxdepth affects tests specified before it as well as those specified after it). Please specify options before other arguments.
**CBQ: class ID of cbq-0001.-in must be in range <0002-FFFF>!
**CBQ: failed to compile CBQ configuration!
Pelo que dá pra ver nas duas ultimas linhas é que elas falham ao tentar compilar o cbq-0001.-in
Que que pode ser esse erro ?!