Natting Multicast
I have a need to change the multicast addresses coming in from a satellite receiver. All multicast streams come in constantly, so there is no need for IGMP. They come in on 224.0.255.0/24 and I need them to be 239.0.255.0/24. I first tried using scapy, but this was much too slow (it dropped 11 packets for each 1 packet it changed). Does anyone know of a way to do this in kernel space?
Last edited by hotrodowner; 05-15-2014 at 09:42 AM.
|