Date: Wed, 14 Apr 2004 16:12:11 -0400 From: "Matthew McGehrin" <mcgehrin@reverse.net> To: <ipfw@freebsd.org> Subject: Re: limiting bandwith Message-ID: <001a01c4225c$c54d2740$af00a8c0@orange> References: <200404141513.i3EFDR5R084225@lk106.tempest.sk>
next in thread | previous in thread | raw e-mail | index | archive | help
Wouldn't it just make better sense to do the following: ipfw add 10 pipe 10 tcp from A to B 25 ipfw pipe 10 config bw 256k queue 8k mask dst-ip 0xff000000 ipfw add 1000 pass tcp from A to B 25 setup -- Matthew ----- Original Message ----- From: "Ludo Koren" <lk@tempest.sk> To: <rizzo@icir.org> Cc: <ipfw@freebsd.org>; <tscrum@aaawebsolution.com> Sent: Wednesday, April 14, 2004 11:13 AM Subject: Re: limiting bandwith > ipfw add queue 3 tcp from A to B 25 > ipfw queue 3 config weight 1 pipe 10 mask src-ip 0x000000ff > ipfw pipe 10 config bw 256Kbit/s
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?001a01c4225c$c54d2740$af00a8c0>