[LARTC] htb prio ...

2006-02-05 Thread Vaidas
Hey, I have such a script: tc qdisc add dev $DEV root handle 1:0 htb default 21 r2q 2 tc class add dev $DEV parent 1:0  classid 1:11 htb rate 100mbit tc class add dev $DEV parent 1:11 classid 1:21 htb rate 512kbit   ceil 512kbit  tc class add dev $DEV parent 1:11 classid 1:23

[LARTC] classifying packets and ports

2006-02-05 Thread the sew
Hi,I've been working for a big corporate company as junior system engineer and getting nicely to understand HTB/iproute2/iptables etc,The ordinary users(about 500 users), can pop / smtp / skype out on the network, but I can't ssh out, cause they blocked the ports. Thought of being clever, I let my

Re: [LARTC] classifying packets and ports

2006-02-05 Thread Thomas d'Otreppe
maybe they uses layer-7 to classify traffic Thomas 2006/2/5, the sew [EMAIL PROTECTED]: Hi, I've been working for a big corporate company as junior system engineer and getting nicely to understand HTB/iproute2/iptables etc, The ordinary users(about 500 users), can pop / smtp / skype out on

Re: [LARTC] htb prio ...

2006-02-05 Thread Jody Shumaker
They would do different things, the prio only has to do with all other classes that share the same parent. The prio isn't preserved as it goes up/down the tree. Depending on what you want to accomplish, you really should probably be doing it on all levels, not one or the other. - JodyOn 2/5/06,