TCP packets:
UDP packets:
Last parameter may be omitted, if you don't need it
[SELECT ALL] Code:
/ip firewall nat add action=dst-nat chain=dstnat dst-port=<Port to portforward from> in-interface=<WAN interface> protocol=tcp to-addresses=<IP address to portforward to> to-ports=<Port to portforward to>
[SELECT ALL] Code:
/ip firewall nat add action=dst-nat chain=dstnat dst-port=<Port to portforward from> in-interface=<WAN interface> protocol=udp to-addresses=<IP address to portforward to> to-ports=<Port to portforward to>
Last parameter may be omitted, if you don't need it