Some days ago i posted a question on how to limit traffic one one ethernet interface to a given limit. This would help me understanding some QOS principles. I tried to create such a setup myself but it simply does not show any effect. What I want is to limit all IP traffic on eth0 to a given limit. What has to be done for this. Can anyone give me an example setup that does what I want? I think my main problem is how to select all IP traffic for the traffic control system? I tried to do this by a filter that should select all packets that go to a specific address class like a.b.c.0/24. I used a filter like: tc filter add dev eth0 parent 1:1 protocol ip prio 26 u32 match ip dst a.b.c.0/24 with a.b.c replacerd by a real address. But it did not show any effect. Thanks Rainer -- --------------------------------------------------------------------- Rainer Krienke krienke@uni-koblenz.de Universitaet Koblenz, http://www.uni-koblenz.de/~krienke Rechenzentrum, Voice: +49 261 287 - 1312 Rheinau 1, 56075 Koblenz, Germany Fax: +49 261 287 - 1001312 --------------------------------------------------------------------- - : send the line "unsubscribe linux-net" in the body of a message to majordomo@vger.kernel.org