
removido
(usa Nenhuma)
Enviado em 08/02/2012 - 18:50h
Pessoal estou tentando fazer o controle de banda de uma rede rede internet, tenho o seguinte esquema:
Internet -> eth0 -> Ubuntu Server -> eth1 -> Rede Interna
Esse é o meu arquivo cbq-0002-velocidade_ip_final_4.in, criei ele só para testes:
#Interface Conectada a Internet
DEVICE=eth0,100Mbit,10Mbit
#Velocidade do host 192.168.0.4
RATE=150Kbit
#Peso = Velocidade/10
WEIGHT=15Kbit
#Prioridade da Regra, 5 eh o Valor Padrao
PRIO=5
#A Maquina Deve ter Velocidade Limitada mesmo com Banda Excedente?
BOUNDED=yes
#A Maquina nao Deve Ceder Banda Quando nao Estiver Usando-a Totalmente?
ISOLATED=yes
#IP do host com Velocidade Controlada
RULE=192.168.0.4
quando faço /etc/init.d/shaper start a seguinte mensagem aparece:
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.
Alguém sabe me dizer qual a causa disso?