New Setup - dstnat not working

Hello,
I have a new Mikrotik router RB4011 and so far everything is working fine except my NAT mapping.
I want to forward all port 22 requests to my external IP to an internal host also on port 22.
I’ve configured following rules:

jan/24/2022 11:26:41 by RouterOS 7.1

software id = BYG6-30W2

model = RB4011iGS+

serial number = AAAF097C2D8F

/ip firewall nat
add action=masquerade chain=srcnat comment=“defconf: masquerade” ipsec-policy=out,none out-interface-list=WAN
add action=dst-nat chain=dstnat dst-port=22 in-interface=ether1 protocol=tcp to-addresses=192.168.0.210 to-ports=22

Can you help my why its not working?
Thanks,
Felix

See item E.
https://forum.mikrotik.com/viewtopic.php?t=182373