Re: [LARTC] Applying the same class to multiple interfaces

2006-08-29 Thread Andy Furniss
Leigh Sharpe wrote: This works OK, but it isn't quite what I want. I want to limit the traffic to 128K total. ie, 128K in one direction or the other, or 64K in each direction simultaneously, or 100K in one direction and 28K in the other, etc... I can't see anything in the tc docs which indicate

RE: [LARTC] Applying the same class to multiple interfaces

2006-08-28 Thread Покотиленко Костик
Pacific Wireless > Ph +61 3 9584 8966 > Mob 0408 009 502 > email [EMAIL PROTECTED] > web www.pacificwireless.com.au > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Monday, August 28, 2006 4:26 PM > To: Leigh Sharpe > Cc: lart

RE: [LARTC] Applying the same class to multiple interfaces

2006-08-28 Thread Leigh Sharpe
To: Leigh Sharpe Cc: lartc Subject: Re: [LARTC] Applying the same class to multiple interfaces As you probably red there is no good way to shape incoming traffic. Shaping of incoming traffic is not recommended. This is no problem with this because you can (this is recomended) shape outgoing traffice o

Re: [LARTC] Applying the same class to multiple interfaces

2006-08-27 Thread Покотиленко Костик
As you probably red there is no good way to shape incoming traffic. Shaping of incoming traffic is not recommended. This is no problem with this because you can (this is recomended) shape outgoing traffice on multiple interfaces. For example if you have a client on eth0 and Internet on eth1, and y

[LARTC] Applying the same class to multiple interfaces

2006-08-27 Thread Leigh Sharpe
Hi All, I'm trying to do some traffic shaping on an ethernet bridge. Currently, I have the following setup working:   ifconfig eth0 downbrctl addbr br0brctl addif br0 eth0brctl addif br0 eth1brctl stp br0 offifconfig eth0 0.0.0.0 upifconfig eth1 0.0.0.0 upifconfig br0 up This creates a br