Error dst-nat Version 6:18

Hello everyone, I have a network that use dst-nat to remotely access other mikrotiks on the network, however when upgraded to version 6:18 can not access anything via dst-nat, could someone help me? Excuse the mistakes, I’m using google translator.

post your dstnat rule …

add action=dst-nat chain=dstnat comment=“Redirect SBNET TELECOM VM thunder”
dst-port=82 protocol=tcp to-addresses=192.168.45.11 to-ports=82

If I understand you correctly, you want to get access to another MT in your network ?

add action=dst-nat dst-address=your.wan.ip.address chain=dstnat comment="Redirect SBNET TELECOM VM thunder" dst-port=82 protocol=tcp to-addresses=192.168.45.11 to-ports=8291

Thank you! It worked here.