wkevin wrote:
> Hi,
> strangely it was I solved when I added default gw .... not sure why
I can't claim to know much about multicast, but from doing the bare
minimum in the past to get something working - yes it needs a route and
default will do.
You could explicitly add one
ip route add
224.0.0.0/4 dev XXX
Which of course you need to do in the case of multiple ifs one with
default where you don't want locally generated multicast to use the default.
To do multicast routing you need to install and configure something for
the task.