Help about port forwarding

Guys, i’m new to miktrotik and i need help about port forwarding.
WAN IP: x.x.x.x
Router: 10.10.10.254
Rocket M5 radio: 10.10.10.17

how do i forward traffic from WAN IP to my rocket M5 ip: 10.10.10.17

i’m trying to make this thing work but it’s not working

the config:

/ip firewall nat add chain=dstnat dst-address=x.x.x.x protocol=tcp dst-port=80
action=dst-nat to-addresses=10.10.10.17 to-ports=80

Thanks in advance

Post your export… my guess is that it is blocked in the forward chain.

how do i export my config?

/export

Sent from my SCH-I545 using Tapatalk

Hi Nanflexal
You have to put the router’s IP (10.10.10.254) as Rocket M5 gateway.
Or you need add a masquerade rule like this (as alternative):

/ip firewall nat add chain=srcnat dst-address=10.10.10.17 action=masquerade