Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Aug 2005 18:37:32 +0300
From:      vladone <vladone@spaingsm.com>
To:        freebsd-ipfw@freebsd.org
Subject:   traffic shaping with dummynet and priorize questions
Message-ID:  <392845895.20050812183732@spaingsm.com>

next in thread | raw e-mail | index | archive | help
Hi!
I want to build some traffic shaping. I want to have clients with
128kbs/s and 256kbits/s. So i make two pipe:
ipfw pipe 1 config bw 128kbits/s mask dst-ip 0xffffff
ipfw pipe 1 config bw 256kbits/s mask dst-ip 0xffffff
With this any host in my network receive the maximum bandwith for that
pipe according with their account.

My question:
If network is very busy, total bandwith is not sufficient for all
and obviously not reach 128kbits/s, i want to priorize traffic. users
with hight bandwith are priorized against users with low bandwith.

How i can make this?





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?392845895.20050812183732>