limiting bandwith

Matthew McGehrin mcgehrin at reverse.net
Wed Apr 14 13:12:15 PDT 2004


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 at tempest.sk>
To: <rizzo at icir.org>
Cc: <ipfw at freebsd.org>; <tscrum at 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



More information about the freebsd-ipfw mailing list