Displaying 3 results from an estimated 3 matches for "4159b".
Did you mean:
4159
2007 Aug 19
0
HTB qdisc within HTB root qdisc
...Kbit burst 101599b cburst 126599b
Sent 68348547 bytes 527215 pkt (dropped 0, overlimits 0 requeues 0)
rate 576bit 0pps backlog 0b 0p requeues 0
lended: 527215 borrowed: 0 giants: 1924
tokens: 10147 ctokens: 10118
class htb 10:11 parent 10:1 leaf 1: prio 3 rate 2048Kbit ceil 2048Kbit
burst 4159b cburst 4159b
Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0)
rate 0bit 0pps backlog 0b 0p requeues 0
lended: 0 borrowed: 0 giants: 0
tokens: 16249 ctokens: 16249
class htb 10:12 parent 10:1 leaf 2: prio 3 rate 10000Kbit ceil 10000Kbit
burst 1
4099b cburst 14099b
Sent 0 bytes 0 p...
2004 Mar 29
6
bridging shaper
Hello,
I have a transparent bridge/firewall setup using linux-2.6.3. My iptables
commands for the firewall seem to work fine, but my tc traffic shaper
rules dont. The tc rules seem to apply ok, but have no effect.
Here are my tc rules. Basically im just trying to limit each IP in my
internal /24 to 512k of bandwidth in and out.
DEV=eth0
tc qdisc del dev $DEV root
tc qdisc add dev $DEV
2005 Jan 26
10
Ssh flow does not go into correct class. Help!
I''m a new comer. I have problems using tc+htb. I run the following commands, and expect outgoing ssh flow goes into 1:11. But actually it goes into default 12. What''s wrong?
tc qdisc add dev eth0 root handle 1: htb default 12
tc class add dev eth0 parent 1: classid 1:1 htb rate 1000kbit ceil 2000kbit prio 1
tc class add dev eth0 parent 1:1 classid 1:11 htb rate 100kbit ceil