L2TP/ipsec forwerd dst-nat

Hello. I am have RB1100AHx4 and begind Microsoft TMG Role VPN server (l2tp, pptp). RB1100AHx4 connect to TMG eth3 10.3.0.2 - 10.3.0.3(TMG, gateway 10.3.0.2). On mikrotik i create dst-nat rules:
;;; PPTP
chain=dstnat action=dst-nat to-addresses=10.3.0.3 to-ports=1723
protocol=tcp in-interface-list=WANs dst-port=1723 log=no log-prefix=“”

It’s work greate.

But rules on L2tp/ipsec service is not work.
66 ;;; L2TP_WAN1
chain=dstnat action=dst-nat to-addresses=10.3.0.3 to-ports=500
protocol=udp dst-address=212.92.168.54 dst-port=500 log=no log-prefix=“”

67 ;;; L2TP_WAN1
chain=dstnat action=dst-nat to-addresses=10.3.0.3 to-ports=1701
protocol=udp dst-address=212.92.168.54 dst-port=1701 log=no log-prefix=“”

68 ;;; L2TP_WAN1
chain=dstnat action=dst-nat to-addresses=10.3.0.3 to-ports=4500
protocol=udp dst-address=212.92.168.54 dst-port=4500 log=no log-prefix=“”

Until the mikrotik was standing dfl-860 and it worked well.

Help me please/