search for: ratembit

Displaying 1 result from an estimated 1 matches for "ratembit".

Did you mean: rate_bits
2004 Feb 02
2
match ip dst works, match ip dport doens''t.
...ed options configured, and tc patched to support HTB. Below is all commands I used to configure the outbound rate. ------------------------------- $TC qdisc del dev eth0 root > /dev/null 2>&1 $TC qdisc add dev eth0 root handle 1: htb $TC class add dev eth0 parent 1: classid 1:1 htb rate $RATEmbit ceil $RATEmbit $TC filter add dev eth0 parent 1: protocol ip prio 1 u32 match ip dport $PORT 0xffff flowid 1:1 ------------------------------- Please let me know what i''m probably doing wrong or missing. Thanks in advance. :::::::::::::::::::::::::::::::::::::::::::::::::::::: Q-ha Par...