I have one router in bridge mode and want to do transparant QoS
I presume all mangle filters can be done in ´forward´ chain?
Also, do I need to use the incoming interface in each filter? I would think not but am I right?
If I have to, what will be the incoming interface? The local? Or the Bridge?
Or maybe I should use the src address range (/24) as classifier?
Do I have to tell filter where to look for the other classifiers to do the mangle? Can I leave source, destination or in-/out going interface alone (not mention it) and the fact I use "forward" chain means all traffic is mangled anyway.
I have the feeling my present QoS is not performing like it should.