Sorry, I misspoke. I was thinking one thing and said another. I meant to say both Address and DefaultIP are set the same (224.16.16.16).
The BIND address is the thing I set to 127.0.0.1 (I also tried 192.168.0.5). | Multicast Detector address: /224.16.16.16 | Multicast Detector port: 16162 | Multicast Detector bind address: /192.168.0.5 | Multicast Detector default IP: 224.16.16.16 | Multicast Detector default time delay: 5000 | Multicast Detector heartbeat time delay: 1000 | With this setup, "netstat" is showing the bind address to be 0.0.0.0 - below are some snippets of my netstat output - you can see 16162 has a local address of 0.0.0.0: | C:\Documents and Settings\mazz>netstat -a -n -p U | | Active Connections | | Proto Local Address Foreign Address | UDP 0.0.0.0:445 *:* | ... UDP 0.0.0.0:16162 *:*... | UDP 0.0.0.0:54925 *:* | ... | UDP 127.0.0.1:123 *:* | UDP 127.0.0.1:1096 *:* | ... | UDP 192.168.0.3:123 *:* | UDP 192.168.0.3:137 *:* | UDP 192.168.0.3:138 *:* | UDP 192.168.0.3:1900 *:* | UDP 192.168.0.5:123 *:* | UDP 192.168.0.5:137 *:* | ... | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958179#3958179 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958179 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
