First of all, i have allready the classes of htb defined but my doubt is if i need to use iptables and define rules for the trafic with iptables??
Code: Select all
tc qdisc add dev eth0 parent 1:20 handle 200: sfq perturb 10Code: Select all
tc filter add dev etho parent 10:0 protocol ip prio 1 u32 \ match ip protocol 50 0xff \ match ip src xxx.xxx.xxx.xxx/32 flowid 10:200Thk, Regards

