Exam MTCNA Topic 2 Question 108 Discussion
Actual exam question for MikroTik's MTCNA exam
Question #: 108
Topic #: 2
Question #: 108
Topic #: 2
Action=redirect applies to
Suggested Answer: B Vote an answer
The redirect action is a specialized type of destination NAT (dst-nat) used to force traffic to a local port on the router (typically for transparent proxies or redirection to hotspot portals). This action is only valid in DST- NAT rules and does not apply to firewall filters, routing rules, or source NAT.
Option breakdown:
* A.#Firewall Filter - These rules allow, drop, or reject traffic, not perform redirection.
* B.#DST-NAT - Redirect is a valid dst-nat action and is processed in the prerouting chain.
* C.#Route - Routing rules do not include NAT actions.
* D.#SRC-NAT - Used for source address translation, not redirection.
Extract from Official MTCNA Course Material - NAT Table & Actions:
"Redirect is an action under dst-nat. It rewrites destination address to the router itself, used for web proxy or hotspot." Extract from Rene Meneses MTCNA Study Guide - NAT Types:
"Use action=redirect in dst-nat rules to direct traffic to local services like proxy or DNS." Extract from MikroTik Wiki - NAT Rule Actions:
"redirect: redirects packet to local router port. Can only be used in dst-nat chain."
Option breakdown:
* A.#Firewall Filter - These rules allow, drop, or reject traffic, not perform redirection.
* B.#DST-NAT - Redirect is a valid dst-nat action and is processed in the prerouting chain.
* C.#Route - Routing rules do not include NAT actions.
* D.#SRC-NAT - Used for source address translation, not redirection.
Extract from Official MTCNA Course Material - NAT Table & Actions:
"Redirect is an action under dst-nat. It rewrites destination address to the router itself, used for web proxy or hotspot." Extract from Rene Meneses MTCNA Study Guide - NAT Types:
"Use action=redirect in dst-nat rules to direct traffic to local services like proxy or DNS." Extract from MikroTik Wiki - NAT Rule Actions:
"redirect: redirects packet to local router port. Can only be used in dst-nat chain."
by Emma at Jul 07, 2026, 08:15 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).