In mangle - Is it possible to apply multiple packet mark.?
example, one packet being marked for p2p traffic or DNS, http or other (QOS), and also marked for being a part of a group, for bandwith managment purposes.
If you create 2 mangle rules and make passtrough on the first, will the second change the first mark or add a second mark to the packet, so the packet having both marks?
you can mark packets in a group, then add packet mark that refers to grou, like first add packet mark - myGroup after that add packet mark myGroupP2P (or do that in the first place) that way you can gel allmost what you wanted.
and if you want to account all p2p then add to that mangle all packet marks that have p2p in them
In mangle: Put a packet mark in chain postrouting for making a traffic QOS in queues tree, and later on in mangle mark the packet again in chain forward to make example PCQ queues?