Re: [LARTC] htb and fw problems

2004-08-04 Thread Morten Kramer
only short answer test sorry - Original Message - From: Ing Isianto Istiadi [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 04, 2004 3:11 PM Subject: Re: [LARTC] htb and fw problems Dear, I have change tc class add dev eth1 parent 1: classid 1:1 htb rate 65kbps ceil

[LARTC] How to limit the Upload speed for an specific IP?

2004-03-22 Thread Morten Kramer
Hello, I want to limit the upload speed for the eth0 Interface for an specific IP. I used the following script, but its only limits the DOWNLOAD speed.But i want to limit both! DEV='eth0'tc qdisc add dev $DEV root handle 1: cbq avpkt 1000 bandwidth 768kbittc class add dev $DEV parent 1: