> SIm.. isso eh normal... > > Com o ether.ipfw=1 vc tem q colocar "not layer2" na frente das regras > de pipe... pd fazer q funfa
Muito obrigado Mario funcionou certinho. Só para ficar registrado na lista: Com essa opção: net.link.ether.ipfw=1 As regra de controle de tráfego ficam assim: IPFW add pipe 1 tcp from any to 192.168.0.3 out not layer2 IPFW add pipe 2 tcp from 192.168.0.3 to any in not layer2 IPFW pipe 1 config bw 128kbit/s queue 10kbytes IPFW pipe 2 config bw 64kbit/s queue 10kbytes Falou :-D -- "Não sabendo que era impossivel, ele foi la e fez." ------------------------- Histórico: http://www.fug.com.br/historico/html/freebsd/ Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd

