I'm having trouble with multicast distribution on a single AIX machine between two JVM processes. The documentation states for the MulticastPeerProviderTest: *
Mac OSX: route add -net 224.0.0.0 -interface lo0 * Linux (from JGroups doco, untested): route add -net 224.0.0.0 netmask 224.0.0.0 dev lo Does anybody know the equivalent command for AIX? Thanks, Justin