DST-NAT to broadcast address

Hi,
I need to send UDP wake on lan magic packet coming from WAN to LANs broadcast address. The network is masquaraded so I set dst nating to only unicast address and it worked, but when I set to-address to 192.168.16.255 (broadcast address of the 192.168.16.0/24 network), I recieve nothing. I need to send it to broadcast MAC. Is there any way of doing so?
Thanks in advance.

Hint: use scripting… :wink:

Any examples? I’ve been trying to figure out how to do wow since I got the routeros

Thanks W