I would like to add simple NAT rulez to my new microtic.
Code: Select all
board-name: RB2011UiAS-2HnD
I would like to translate port 1059 on my public IP to to my local IP 192.168.0.70 port 59
Code: Select all
/ip firewall nat add chain=dstnat dst-port=1059 action=dst-nat protocol=udp to-address=192.168.0.70 to-port=59
But seems not working. Probably do some mistake. Could you please help what to check and focus on?