Hello,
I have connection from WISP. He forwarded port 8080 to 192.168.3.5. I set router WAN ip to 192.168.3.5 and now i want forward port 8080 to port 80 on my router. I have set NAT rule:
. From LAN network it works but from WAN dont. What is wrong ?
Hi, sorry for my english. If i understood correctly you should use redirect action.
You have to use something like:
/ip firewall nat add chain=dstnat protocol=tcp dst-port=8080 action=redirect to-ports=80
It should works.