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.