This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Cluster members don't see each othersmaddmike Sep 29, 2003 4:00 PM (in response to mikebaroukh)I am having the same problem using jboss 3.2.1 on two sun machines..... 
- 
        2. Re: Cluster members don't see each othersmaddmike Oct 2, 2003 3:19 PM (in response to mikebaroukh)What I found worked was to add the bind_addr attribute to the Config section in the cluster-service.xml file 
 <UDP mcast_addr="239.255.255.220" mcast_port="45566"
 ip_ttl="64" ip_mcast="true"
 mcast_send_buf_size="150000" mcast_recv_buf_size="80000"
 ucast_send_buf_size="150000" ucast_recv_buf_size="80000"
 bind_addr="10.66.33.22"
 loopback="false" />
 
    