Ol� > > Servidor com FreeBSD recebendo um link de 512 kbps > > Clientes pendurados atras do FreeBSD > > Cliente A Velocidade maxima 256 kbps com garantia de 32 kbps > Cliente B Velocidade maxima 256 kbps com garantia de 64 kbps > Cliente C Velocidade maxima 256 kbps com garantia de 128 kbps > Cliente D Velocidade maxima 256 kbps com garantia de 32 kbps >
Eu tenho uma "solu��o" usando DUMMYNET :D Vamos la: ipfw add queue 1 ip from any to <A> in ipfw add queue 1 ip from <A> to any out ipfw add queue 2 ip from any to <B> in ipfw add queue 2 ip from <B> to any out ipfw add queue 3 ip from any to <C> in ipfw add queue 3 ip from <C> to any out ipfw add queue 1 ip from any to <D> in ipfw add queue 1 ip from <D> to any out ipfw add pipe 1 config bw 256Kbit/s ipfw add queue 1 config weight 3 pipe 1 ipfw add queue 2 config weight 6 pipe 1 ipfw add queue 3 config weight 12 pipe 1 Bom n�o � o IDEAL, mas funciona bem :D Abra�os -- [ Diego Linke - GAMK ] System/Network/Security Administrator E-Mail/Site: [EMAIL PROTECTED] - http://www.gamk.com.br Public Key: http://www.gamk.com.br/gamk.asc Phone Number: (+5541) 9967-3464 _______________________________________________________________ Sair da Lista: http://www2.fugspbr.org/mailman/listinfo/fugspbr Historico: http://www4.fugspbr.org/lista/html/FUG-BR/
