Hi Robert, On Wed, Jan 4, 2012 at 1:05 PM, Bouterse, Robert <[email protected]> wrote: > I cannot get multicast to work on the mesh network. > > I have setup two mesh points on boards 1 and 2 (both OMAP3EVM boards): > On each board I set up the multicast route > # ip route add 224.0.0.0/4 dev mesh0 > # echo 1 > /proc/sys/net/ipv4/ip_forward
On Linux, the default is to ignore m/bcast icmp echo requests. To disable that: # echo 0 > /proc/sys/net/ipv4/icmp_echo_ignore_broadcasts Also, you don't need to enable ip_forward. Hopefully that helped. Cheers, Javier _______________________________________________ Devel mailing list [email protected] http://open80211s.com/mailman/listinfo/devel
