Re: [LARTC] htb + tc filter

2005-09-28 Thread choros
Hi, thanks for replay, i will include the whole script.. iptables -t mangle -F  2>/dev/null iptables -t mangle -X  2>/dev/null iptables -t mangle -N markov iptables -t mangle -I PREROUTING -j markov iptables -t mangle -N markov2 iptables -t mangle -I POSTROUTING -j markov2 unalias a unalias s

Re: [LARTC] htb + tc filter

2005-09-28 Thread Andreas Klauer
On Wednesday 28 September 2005 15:30, choros wrote: > the last filter should pass all traffic whitch dont pass the filters to > class 10:2 but this is not the case. I'm not sure the order you add filters is actually the order filters are traversed... so why not use the prio parameter to make sure

[LARTC] htb + tc filter

2005-09-28 Thread choros
Hi everybody, i am new to this list so dont blame me if i will talk about nothing.. At this moment i am experimenting with htb + tc u32 filters , the problem is that i want some traffic to be unshaped so i did this.. tc qdisc add dev eth0 root handle 10: htb default 20 tc class add dev eth0 par