Dummynet is a tool that has been a BSD staple for a long time now.
Originally it was developed to allow for simulation of various network
configurations and scenarios. With dummynet you can do fun things like
simulate a ASDL line that was suffering 70% packet loss, or take a trip
back in time to a 300bps modem connection. (I used a 300 baud modem
from 1984 to 1992!) dummynet is still often used for tasks like this,
but sysadmins are crafty people and had the idea to commandeer these
network simulation tools into a way to control the packets flowing
through a server. You can do this for all packets or you can be
selective, guaranteeing one protocol or service receives a greater --or
lesser-- share of the managed bandwidth than the others. This is called
traffic shaping.<br><br><div class="gmail_quote">On Tue, Mar 11, 2008 at 3:28 AM, (``-_-´´) -- Fernando <<a href="mailto:ubuntu@bugabundo.net">ubuntu@bugabundo.net</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Sunday 09 March 2008 07:18:01 Michael R. Head wrote:<br>
> On Fri, 2008-03-07 at 15:58 +0000, (``-_-´´) -- Fernando wrote:<br>
> > Hi there.<br>
> > What is the best way to do traffic shaping in Ubuntu (hardy in my case)?<br>
> > I've been using trickle and trickled but getting no where.<br>
> ><br>
> > I need to limit my outgoing bw, so I dont affect other users and the VOIP system.<br>
> > Can you help me?<br>
><br>
> I like wondershaper. Install the package and check out this file on your<br>
> system: /usr/share/doc/wondershaper/README.Debian.gz<br>
<br>
I think I just found a new best friend" app.<br>
<br>
It works great. and quite easy:<br>
sudo wondershaper eth0 5000 64<br>
<font color="#888888"><br>
--<br>
BUGabundo :o)<br>
(``-_-´´) <a href="http://Ubuntu.BUGabundo.net" target="_blank">http://Ubuntu.BUGabundo.net</a><br>
Linux user #443786 GPG key 1024D/A1784EBB<br>
My new micro-blog @ <a href="http://BUGabundo.net" target="_blank">http://BUGabundo.net</a><br>
</font>ps. My emails tend to sound authority and aggressive. I'm sorry in advance. I'll try to be more assertive as time goes by...<br>
<br>
<br>--<br>
ubuntu-users mailing list<br>
<a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br>
<br></blockquote></div><br>