Hello,
How can i use Mangle action “mark routing” for “forward” chain?
Hello,
How can i use Mangle action “mark routing” for “forward” chain?
You can’t, routing can be marked only in prerouting and output chains.
(((
This feature will be added in the future?
No.
Why would you even need it? The same traffic can be marked in prerouting chain.
Can you give a link to a detailed description of Chain’s?
As I know, “prerouting” chain used only with NAT.
I need action “mark routing” for transit packets (without NAT).
I’ve already seen this document. “chain” word occurs only 1 time, and has no explanation for the use of different Chain’s.
And as I said, I do not need NAT.
It has nothing to do with NAT. Look at packet flow diagram, it shows exactly where each chain is processed.
I see “Destination NAT” in “Prerouting =” in this picture:
http://wiki.mikrotik.com/images/thumb/2/24/Packetflowv6.png/700px-Packetflowv6.png
And that is the only thing you see in the picture? It simply menas that destinatlon nat is also done in prerouting, not that prerouting is used only for destination nat.