Hi all
I am have trouble understanding how to make the following work and would appreciate some help. What I am trying to do is this:
I want to take a port number on the internal network and change that port number going to the outside network then have the reverse happen coming back in.
rmmcann is correct, however if your WAN IP is dynamically assigned, you can change the rule to use the incoming interface rather than the IP address:
/ip firewall nat
add chain=dstnat action=dst-nat to-addresses=<internal IP address> to-ports=<internal server port> protocol=tcp in-interface=<Your WAN interface> dst-port=<port exposed to the Internet>