The following is a guide on how to port forward using NAT rules. This assumes your WAN is ether1, your internal client is in 192.168.60.0/24, and you want to forward port 80.
- Enter the NAT rule using the terminal.
- /ip firewall nat
- add action=dst-nat chain=dstnat comment=”Port Forward HTTP” dst-port=80 \ in-interface=ether1 protocol=tcp to-addresses=192.168.60.2 to-ports=80