netmap vs dst-nat

Can someone tell me the difference between these two rules, for me they do the same, excuse me my English, is the translator :slight_smile:

/ip firewall nat
add action=dst-nat chain=dstnat in-interface=ether1 \
    to-addresses=192.168.1.2
add action=netmap chain=dstnat in-interface=ether1 to-addresses=192.168.1.2

thanks

Have you tried reading the wiki? See link below.

https://wiki.mikrotik.com/wiki/Manual:IP/Firewall/NAT#Properties
Netmap is usually used with 2 x sets of ip addresses and will then create a static 1:1 between these 2 sets