DEV Community

SBUVANA9146-RIDSYS
SBUVANA9146-RIDSYS

Posted on

In Ubuntu 20 OS - is it possible to listen multi casting UDP in more than one interface?

route add -net 224.0.0.0/4 dev eth0

route add -net 224.0.0.0/4 dev eth1

but data not receiving in two interfaces

when I am mentioning the subnet range as eth0 as 224.0.0.0/4 and eth1 as 234.0.0.0/8 then only i am receiving the UDP in eth1 in the range of 234.x.x.x

But i need the two interfaces eth0 and eth1 both have to receive all the UDP range .How can i achieve this ?

Thanks in Advance

Top comments (0)