[LARTC] What is the reccomended minimum rate for leaf htb class for
accurate operation?
gypsy
gypsy@iswest.com
Wed, 06 Oct 2004 07:09:11 -0700
"Zviad O. Giorgadze" wrote:
> # Put flow to corresponding classes
> tc filter add dev eth0 protocol ip parent 1: u32 match ip dst 192.168.0.1 flowid 1:21
> tc filter add dev eth0 protocol ip parent 1: u32 match ip dst 192.168.0.2 flowid 1:22
> tc filter add dev eth0 protocol ip parent 1: u32 match ip dst 192.168.0.3 flowid 1:23
> tc filter add dev eth0 protocol ip parent 1: u32 match ip dst 192.168.0.4 flowid 1:24
> tc filter add dev eth0 protocol ip parent 1: u32 match ip dst 192.168.0.5 flowid 1:25
If you are NATting, there is no 192.168.0.anything because the address
has been NATted.
If not, add a prio parameter to these filter lines where prio is NOT =
0.
If you are NATting, use an iptables mark and filter on fwmark.
Other than that, I can't help you.
gypsy