[FUG-BR] ALTQ

Gilberto Villani Brito linux em giboia.org
Segunda Junho 25 17:47:29 BRT 2007


On 25/06/07, Fernando de Lima <fernandol.mail at terra.com.br> wrote:
> Desculpem !!!
>
> Segue como estou fazendo a configuração no pf.conf.
>
> Obrigado !
>
> ###################################
> # Configuracao Controle de Banda - ALTQ #
> ###################################
> altq on $ext_int cbq bandwidth 512Kb queue { teste_out, teste1_out }
> queue teste_out bandwidth 506Kb cbq (default)
> queue teste1_out bandwidth 6Kb cbq
>
> altq on $int_int cbq bandwidth 512Kb queue { teste_in, teste1_in }
> queue teste_in bandwidth 506Kb cbq(default)
> queue teste1_in bandwidth 6Kb cbq
>
> pass out quick on $int_int proto {tcp, udp} from any to $teste queue teste_out
> pass in quick on $int_int proto {tcp, udp} from any to $teste queue teste_in
>
> pass in quick on $int_int proto {tcp, udp} from any to $teste1 queue teste1_in
> pass out quick on $int_int proto {tcp, udp} from any to $teste1 queue teste1_out
>
>
> De:freebsd-bounces at fug.com.br
>
> Para:"freebsd" freebsd at fug.com.br
>
> Cópia:
>
> Data:Mon, 25 Jun 2007 14:17:21 -0300
>
> Assunto:[FUG-BR] ALTQ
>
> > Pessoal,
> >
> > Boa tarde !!!
> >
> > Estou querendo colocar controle da banda aqui na empresa, porém não estou tendo sucesso.
> >
> > Estou fazendo isso em ambiente de teste.
> >
> > No caso eu estou tentando limitar que um usuário consiga fazer downloads apenas usando 6Kb de minha banda.
> >
> > Abaixo a configuração que fiz ...
> >
> > ###################################
> > # Configuracao Controle de Banda - ALTQ #
> > ###################################
> > altq on $ext_int cbq bandwidth 512Kb queue { teste_out, teste1_out }
> > queue fernando_out bandwidth 506Kb cbq (default)
> > queue marcelo_out bandwidth 6Kb cbq
> >
> > altq on $int_int cbq bandwidth 512Kb queue { teste_in, teste1_in }
> > queue fernando_in bandwidth 506Kb cbq(default)
> > queue marcelo_in bandwidth 6Kb cbq
> >
> > pass out quick on $int_int proto {tcp, udp} from any to $teste queue teste_out
> > pass in quick on $int_int proto {tcp, udp} from any to $teste queue teste_in
> >
> > pass in quick on $int_int proto {tcp, udp} from any to $teste1 queue teste1_in
> > pass out quick on $int_int proto {tcp, udp} from any to $teste1 queue teste1_out
> >
> > Mais não está funcionando... Alguém poderia me dar um help ?
> >
> > Grato !
> > Fernando L Silva
> > Analista de Suporte - Redes
> > -------------------------
> > Histórico: http://www.fug.com.br/historico/html/freebsd/
> > Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd
> >
> -------------------------
> Histórico: http://www.fug.com.br/historico/html/freebsd/
> Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd
>

Tente usar essas regras:
pass in quick on $int_int proto {tcp, udp} from $teste to any queue teste_out
pass in quick on $int_int proto {tcp, udp} from $teste to any queue teste_in

pass in quick on $int_int proto {tcp, udp} from $teste1 to any queue teste1_in
pass in quick on $int_int proto {tcp, udp} from $teste1 to any queue teste1_out


Abraços
-- 
Gilberto Villani Brito
System Administrator
Londrina - PR
Brazil
gilbertovb(a)gmail.com


Mais detalhes sobre a lista de discussão freebsd