[LARTC] IFB replacemnt for IMQ

2007-10-28 Thread mihai cezar
Hello, I want to use IFB instead of imq, but i don't know how to redirect traffic from eth2.101 to ifb0 and traffic from eth1.301 to ifb1 so I can applied QoS. With IMQ i use iptables -j IMQ --to-dev 0. Is it possible to apply tc rules on ifb1 both download/upload ? thx

Re: [LARTC] MAN

2007-10-28 Thread Gustavo Homem
Hi, This is a very broad question as you have to plan not only the IP layer but also the underlying transport layer (SDH, ATM, Ethernet,). Maybe if you can narrow your question to more specific topics, someone will be able to help you. Cheers Gustavo On Saturday 27 October 2007 20:07,

[LARTC] tc filter question

2007-10-28 Thread Daniel
Dear all, I have big question in my mind about tc filter sintax. If I give tc -s -d filter sh dev eth0 command, then the output is like below : filter parent 1: protocol ip pref 1 u32 filter parent 1: protocol ip pref 1 u32 fh 800: ht divisor 1 filter parent 1: protocol ip pref 1 u32 fh

Re: [LARTC] tc filter question

2007-10-28 Thread Peter V. Saveliev
В сообщении от Sunday 28 October 2007 20:48:13 Daniel написал(а): Dear all, I have big question in my mind about tc filter sintax. If I give tc -s -d filter sh dev eth0 command, then the output is like below : filter parent 1: protocol ip pref 1 u32 filter parent 1: protocol ip pref 1 u32

Re: [LARTC] tc filter question

2007-10-28 Thread Andreas Mueller
Hi Daniel. Daniel wrote: Dear all, I have big question in my mind about tc filter sintax. If I give tc -s -d filter sh dev eth0 command, then the output is like below : filter parent 1: protocol ip pref 1 u32 filter parent 1: protocol ip pref 1 u32 fh 800: ht divisor 1 filter parent 1:

Re: [LARTC] tc filter question

2007-10-28 Thread Michal Soltys
Daniel wrote: My question is : 1. What is fh 800: and fh 800::800 mean ? 2. How I change the value 800 in fh 800::800 ? I'm guessing this is default value and I need to change that because my filter rule can be more than 0xfff line. Also check