troglobit / smcroute

Static multicast routing for UNIX
https://troglobit.com/projects/smcroute/
GNU General Public License v2.0
244 stars 64 forks source link

asuswrt-merlin compatibility #200

Closed privacyguy123 closed 1 year ago

privacyguy123 commented 1 year ago

As far as I can see these firmware routers run mcpd whether or not IGMP Proxy is on or off which makes smcroute complain API is already in use.

smcrouted -n
smcroute[8890]: SMCRoute v2.5.6
smcroute[8890]: IPv4 multicast routing API already in use: Address already in use

If I killall mcpd the inbuilt WireGuard Server function of the router firmware fails to connect which defeats the purpose of routing the packets inside the WG Server tunnell ...

Is there a way to make this stuff coexist?

troglobit commented 1 year ago

Converting to Discussion since this is not a bug or feature request in the SMCRoute project but more of a general question.