NCAE Mapping Hub
Overview Scoreboard Data Roles Exercised Checklists Lessons Skill Drills Practice Terminal Progress
published priority 2 25 min. 60 XP.

MikroTik NAT. The Port-Forwarding Rules That Unblock Everything

At the 2026-03-14 regional, the #1 most frequent error (5752 occurrences) was 'DNS EXT FWD can't contact DNS server'. and 90% of the time the root cause is a missing MikroTik DNAT rule, NOT a DNS problem. This lesson covers the six rules that have to exist.

DCWF roles: IT-441 Network Operations Specialist CE-442 Network Technician IT-451 System Administrator CS-462 Control Systems Security Specialist Services: DNS EXT FWDDNS EXT REVSMB LoginSSH LoginWWW Port 80Postgres AccessRouter ICMP

Objectives

Quick reference

CommandPurpose
/ip address print List router interfaces and IPs
/ip firewall nat print Show all NAT rules
/ip firewall filter print Show all firewall filter rules
/ip route print Show routing table
/export file=backup Export full config to backup.rsc
/ip firewall nat add chain=dstnat protocol=tcp dst-port=445 action=dst-nat to-addresses=<ip> to-ports=445 Add a new DNAT rule

Common pitfalls

Skill drills

  1. 1. NAT chain for inbound port-forwarding is ____?
    dstnat
  2. 2. What two protocols does DNS use on port 53?
    TCP and UDP
  3. 3. MikroTik command to save config to a file?
    /export file=<name>

NCAE scoreboard patterns this lesson prevents