[MASOCH-L] QOS - PCQ alike com Linux

Eduardo Schoedler listas at esds.com.br
Sun Aug 21 07:35:01 BRT 2016


Em domingo, 21 de agosto de 2016, casfre at gmail.com <casfre at gmail.com>
escreveu:

> On Sat, Aug 20, 2016 at 9:57 PM Eduardo Schoedler <listas at esds.com.br
> <javascript:;>>
> wrote:
>
> > No Linux não sei, mas no freebsd é muito fácil fazer, usando dummynet.
> > --
> > Eduardo Schoedler
> >
>
> Não tenho vivência com FreeBSD, mas vou pesquisar sobre a opção. Alguma
> referência para sugerir?
>
> Obrigado.
>

Oi Cassio,

Basicamente está tudo na man page do ipfw:
http://www.freebsd.org/cgi/man.cgi?ipfw(8)

A more sophisticated example is limiting the outbound traffic on a	net
     with per-host limits, rather than per-network limits:

ipfw	add pipe 1 ip from 192.168.2.0/24 to any out

 ipfw	add pipe 2 ip from any to 192.168.2.0/24 in

 ipfw	pipe 1 config mask src-ip 0x000000ff bw	200Kbit/s queue
	   20Kbytes

ipfw	pipe 2 config mask dst-ip 0x000000ff bw	200Kbit/s queue
	   20Kbytes


Abs.



-- 
Eduardo Schoedler


More information about the masoch-l mailing list