This page describes how to view port forwarding settings in MikroTik RouterOS using command line interface commands.
/ip firewall nat print
displays all NAT rules, including those for port forwarding. To specifically filter for port forwarding rules, use:
/ip firewall nat print where action=dst-nat and chain=dstnat
This command helps in identifying rules related to destination NAT, showing ports and internal IPs involved in forwarding.