The configuration you wrote looks good to me. I tested it on my home network and it worked.
The one suggestion I have is checking the configuration of the UDP protocol in the sso-channel.xml file. If one or more of the servers in your cluster run on a multihomed machine, you should uncomment the protocol config version that has a "bind_addr" attribute and set it to the IP address you want. e.g. | <config> | <!-- UDP: if you have a multihomed machine, comment out the first protocol version, | uncomment the second and set the bind_addr attribute to the appropriate NIC IP address --> | <!-- UDP: On Windows machines, because of the media sense feature | being broken with multicast (even after disabling media sense) | set the loopback attribute to true --> | | <!-- | <UDP mcast_recv_buf_size="800000" mcast_send_buf_size="800000" mcast_port="45567" | ucast_recv_buf_size="800000" mcast_addr="228.8.8.8" loopback="false" | ucast_send_buf_size="800000" ip_ttl="32"/> | --> | | <UDP bind_addr="192.100.100.202" mcast_recv_buf_size="800000" mcast_send_buf_size="800000" mcast_port="45567" | ucast_recv_buf_size="800000" mcast_addr="228.8.8.8" loopback="false" | ucast_send_buf_size="800000" ip_ttl="32"/> | | <PING timeout="2000" ..... Sorry for the slow reply. Before replying I wanted to test your config, but my network has been down :( View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3840085#3840085 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3840085 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
