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.

  1. 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

Leave a Reply

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Back To Top