Hi, I have an important device residing outside my network (which is out of my control) that sends a UDP stream of data to a unicast address in my network. Problem is, there are multiple hosts in my network and neighbouring internal networks that are interested in this UDP stream. Multicast jumps to my mind in this scenario but problem is I have no control on the external device to have it send to a multicast address.
Is there a way that I can convert the unicast destination address to multicast address, and then have the hosts interested in the traffic as part of a multicast group? I have tried NAT to translate unicast to multicast, but doesn't seem to work.
TIA for any suggestions.