DST-NAT to multiple IP

Hey,

I’m trying to set up a setup on mAP lite where I have a radio which sends a UDP packet to a specific IP over RJ45. Due to hardware limitations I can only specify one IP there, but I’d like to make it so that the router will catch the packet and send it to all wlan connected clients or just to the dhcp pool.

I managed to get the packet to forward to another single IP just fine, but if I try to set up a range of IP in to-adresses e.g. 192.168.88.10-192.168.88.20 it wont work. If i set up separate dst-nat rules with single IPs in each of them the first rule catches the packet and sends it off but all the other rules doesn’t even see the packet. Is it somehow possible to make the router to duplicate the packet or send it off to multiple IPs.

Multicast or broadcast wont work in this situation because the programs which receive the packet are created for unicast.

It’s not possible. You’d need some server that listens for those packets and then sends copies to multiple device. And that’s also not possible with current RouterOS.

If there is a hope for getting traffic going to where it needs to be you really need to describe your requirements without any mention of the config.
I need users to be able to do X, Y, Z.
I want users to be able to access … and not access …
Without any mention of the config.

With such an understanding then a config may or may not be possible…