1To use IP multicast, the route must be added. In Linux this can be done 2by: 3 4# route add -net 224.0.0.0/4 dev eth0 5 6Other OSes may have different ways to do this. 7