Re: freebsd's dummynet or selectable traffic shaping

Andi Kleen (ak@muc.de)
Sun, 6 Dec 1998 06:43:07 +0100


In muc.lists.linux-kernel, you wrote:
>Hi, All
>
> Under FreeBSD there are is some firewall extension such as dummynet
>
> That program allow you creat "pipes" with some bandwidth, packet queue
>delay and size and route some traffic trough that "pipes"
>
> In other word this is something like shaping via ip aliasing under
>cisco
>
> More info at http://www.iet.unipi.it/~luigi/ip_dummynet/
>
> So question - is there are any possiblity to do this under linux ?

See http://www.antd.nist.gov/itg/nistnet/ for a complete Linux based
WAN emulator.

Another alternative is the queueing framework in 2.1, which has modules
for traffic shaping, classifying packets etc. (see linux/net/sched/*.c)

Nistnet is more aimed at protocol testing, while the second is for
production use.

-Andi

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/