Displaying 2 results from an estimated 2 matches for "42kbit".
Did you mean:
32kbit
2004 Apr 09
1
HTB
...:2001 handle 2001: sfq perturb 10
$TC filter add dev $INT_IF protocol ip parent 1:0 prio 1 u32 match ip dst x.x.x.x flowid 1:2001
$TC filter add dev $EXT_IF protocol ip parent 1:0 prio 1 u32 match ip src x.x.x.x flowid 1:2001
$TC class add dev $INT_IF parent 1:1 classid 1:2002 htb quantum 1500 rate 42kbit ceil 128kbit
$TC class add dev $EXT_IF parent 1:1 classid 1:2002 htb quantum 1500 rate 42kbit ceil 128kbit
$TC qdisc add dev $INT_IF parent 1:2002 handle 2002: sfq perturb 10
$TC qdisc add dev $EXT_IF parent 1:2002 handle 2002: sfq perturb 10
$TC filter add dev $INT_IF protocol ip parent 1:0 prio 1...
2004 Apr 24
9
newbie: TC[NG] with (256kbit/s down and 768kbit/s up) on a router
...it/s
the LAN interface is to serve 6 other clients with internet and local
services. My goal NOW was, or is, to garrantie each client with a fair
amount of bandwith for both, up and down.
That is, each client inside the LAN should get garrantied
- PER_CLIENT_DOWN=256kbit/s
- and PER_CLIENT_UP=42kbit/s
Each unused bandwith may be shared between them.
The LAN clients have IP pool:
192.168.2.2-192.168.2.4, and
192.168.2.6-192.168.2.8
But how exactly do I now express my wish in TCNG syntax?
Some kind of pseudo code like below...
device ppp0 {
input ( 1536kbit/s ) { // upstream...