multicast routing on mity board
Go to top
Forums » Software Development »
Added by stephan berner almost 11 years ago
Hi,
I need to set up multicast routing between two interfaces on the mity board running Angstrom linux 2.6.34
I recompiled the kernel with all multicasting options enabled, but "cat /proc/sys/net/ipv4/conf/all/mc_forwarding" gives 0. As I understand from reading the internet, I have to run a daemon like "pimd", "smcroute", "mrouted" to utilize the multicast routing capabilities of the kernel. Is there any package in the Angstrom linux repository which includes such a daemon ? If I have to build it myself, which daemon do you recommend ?
SB