[FUG-BR] ALTQ

Denis Granato denisgranato em gmail.com
Segunda Junho 25 21:33:13 BRT 2007


Alguem tem algum esquema usando o altq + ipfw em vez de pf?

o controle de banda do altq eh melhor do que o do ipfw ? e o p2p como
fica? controla?

On 6/25/07, Renato Martins <renato em redenetworks.com.br> wrote:
> Fernando sempre  uso o controle no upload das interfaces entao ficaria assim
>
> #cria filas ext
> 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
>
> # cria fila int
> 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 $ext_int proto {tcp, udp} from $teste to any queue
> teste_out
> pass in quick on $ext_int proto {tcp, udp} from any to $teste queue teste_in
>
> pass out quick on $int_int proto {tcp, udp} from any to $teste queue
> teste_in
> pass in quick on $int_int proto {tcp, udp} from $teste to any queue
> teste_out
>
>
> pass out quick on $ext_int proto {tcp, udp} from $teste1 to any queue
> teste1_out
> pass in quick on $ext_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_in
> pass in quick on $int_int proto {tcp, udp} from $teste1 to any queue
> teste1_out
>
>
>
>
>
>
>
>
>
> ----- Original Message -----
> From: "Fernando de Lima" <fernandol.mail em terra.com.br>
> To: "freebsd" <freebsd em fug.com.br>
> Cc: "freebsd" <freebsd em fug.com.br>
> Sent: Monday, June 25, 2007 2:25 PM
> Subject: Re: [FUG-BR] ALTQ
>
>
> 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 em fug.com.br
>
> Para:"freebsd" freebsd em 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
>
> -------------------------
> Histórico: http://www.fug.com.br/historico/html/freebsd/
> Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd
>


Mais detalhes sobre a lista de discussão freebsd