Add Multicast Managed Route

Hi,

I’d like to add a managed route to force multicast traffic via the Zerotier interface.

I have added 224.0.0.0/8 to the Managed routes for the network and can see it on the clients if I run listnetworks:

{
“flags”: 0,
“metric”: 0,
“target”: “224.0.0.0/8”,
“via”: null
}

However this route is not inserted into the kernal routing table. I have “allowGlobal” and “allowManaged” set to True on the clients.

Doing some further testing it seems like a route is only added if the Via IP is set to a valid IP on the ZT Network although this doesn’t seem to work with 224.0.0.0/8 addresses.

Is this a bug? It seems like some validation is getting in the way.

I am using Zerotier 1.10.2 on Debian 11.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.