Setting up Multicasting

At work we’re trying to setup a Tumbleweed machine that will only route multicasting between 3 networks. The 3 cards are set with static IPs. The routing table is setup with the 1st interface having the gateway address on it. 224.0.0.0 is assigned to each of the interfaces. From the outside, we can ping the primary interface but not any of the other 2.

route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.7.1 0.0.0.0 UG 0 0 0 eno16777728
192.168.7.0 0.0.0.0 255.255.255.0 U 0 0 0 eno16777728
192.168.11.0 0.0.0.0 255.255.255.0 U 0 0 0 en033554952
192.168.77.0 0.0.0.0 255.255.255.0 U 0 0 0 eno50332176
244.0.0.0 0.0.0.0 240.0.0.0 U 0 0 0 eno16777728
244.0.0.0 0.0.0.0 240.0.0.0 U 0 0 0 en033554952
244.0.0.0 0.0.0.0 240.0.0.0 U 0 0 0 eno50332176

In searching the web, I see references to a mulitcast daemon, but I do not find it in the system.

What do I need to do to get this working?

What kind of multicasting are you routing?
Shouldn’t you be assigning your interfaces multicast addresses?

TSU

Do you have static list of predefined multicast groups or do you need to support dynamic registration of arbitrary multicast groups?