What differences are there in where you mark? What would you want to mark in each chain and why? Suppose I was trying to use a simple queue or queue tree, should I mark in Prerouting/Forward/Postrouting?
Thanks.
-Eric
Got it. Thanks!Prerouting: This packet is selected as it ingresses the port and before any routing decisions are made
Forward: This packet is selected after the routing decision
Postrouting: This packet is selected right before it egresses the egress port
Does it matter where you mark?
Yes, because sometimes you might overmark and sometimes you might undermark. Choose the right place for the right classification/marking.
Based on that they are all before HTB. So for Queues it doesn't seem to matter.