Hello,
How would I go about configuring multicast routing between different interfaces on a single router? I have tried PIM without success as it seems to require at least two routers to function.
Current setup:
Multicast source → eth2 → eth3 → multicast client
(192.168.1.10 → 192.168.1.1 → 192.168.2.1 → 192.168.2.10)
Multicast group 239.255.100.1
There are more than 2 subnets to be able to route to, and there may be more routers added in the future - then I can use PIM.
I hope this is clear enough to explain what I would like to achieve.
Tony