I have mikrotik router in my place, I have only private ip, so im using noip ddns to set my private ip to my domain
the problem is, I cannot access my mikrotik if im using ssh from wan
the trick is NAT mikrotik
this is the solution
- Create New NAT Rule
 - chain > dstnat
 - Dst-Address > [your ip public, remember your private ip may change]
 - protocol > 6 tcp
 - Dst-Port > 22
 - Action > dstnat
 - to-address > [your mikrotik local ip]
 - to-ports > 22