Can't really speak to the configuration of your Netgear in particular. Would have to research to understand what the settings mean. However, most network devices that act as a switch and provide DHCP service will not allow muliticast past the device by default (have a wireless DLink where this is the case, but gave up trying to configure it to allow multicast because it is pos).
There are a couple of tools you can use. One is the DetectorUtil within the remoting package. It is a simple class that will start eitehr a multicast or jndi detector and output the NetworkRegistry's entries every 3 seconds. This will at least give you insite as to what the detector can see. For a little lower level too to figure out if multicast is working, can run the jgroups org.jgropus.demos.Draw class (just need jgroups and commons-logging jar to run it). This will start a whiteboard. If start the Draw program on both machines and they see each other, via drawing on one and showing up on the other, then you know multicast is working (this only uses multicast to communicate). If this tool does not work, then is down to looking at network config, which will depend on your specific network (and can't help much without hands on) Hope this helps. -Tom View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870875#3870875 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870875 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-Development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-development
