my clients behind hotspot using application that app use port 5555 udp
i want open that port in my mikrotik
wan ip 192.168.1.100/24
local ip for clients 10.0.0.1/8
gateway 192.168.1.1
i add this rule in nat
add action=dst-nat chain=dstnat dst-address=192.168.1.100 dst-port=5555 protocol=udp to-addresses=10.0.0.0/8 to-ports=5555
and where i put this rule , should be the first rule or last after hotspot masquare
thanx advanced for help