NAT to udp pls help
Posted: Wed Jun 22, 2016 1:29 pm
Hello,
I would like to add simple NAT rulez to my new microtic.
I had before simple TP link with this settings: https://postimg.org/image/tv3gg4ns1/
I would like to translate port 1059 on my public IP to to my local IP 192.168.0.70 port 59
But seems not working. Probably do some mistake. Could you please help what to check and focus on?
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?