Re: [LARTC] CBQ + Layer7 x Emule

2007-06-09 Thread Marco Aurelio
from ipp2p news page quote I suggest the following tcp and udp for connection tracking (see docu section) 01# iptables -t mangle -A PREROUTING -p tcp -j CONNMARK --restore-mark 02# iptables -t mangle -A PREROUTING -p tcp -m mark ! --mark 0 -j ACCEPT 03# iptables -t mangle -A PREROUTING -p tcp

Re: [LARTC] how hierarchical is HTB?

2007-06-09 Thread Marco Aurelio
What exactly happens if the sum of the children classes rate is bigger than the parent's? What if the majority of these classes are using less than the minimum rate established (eg. 0kbps)? On 6/6/07, Flechsenhaar, Jon J [EMAIL PROTECTED] wrote: Few quick comments: HTB parent rate should

[LARTC] vlan interfaces and tc

2007-06-09 Thread Michal Soltys
Hello I have few questions regarding tc functionality (qdiscs, classes, etc.) when vlans are in use. For example, consider interface eth0, for which I create and extra vlan with vconfig, let's say eth0.11. Then using tc I can add usual things - qdiscs, filters, ... - to both eth0 and eth0.11.