Hi,<br><br>I am trying to use spread in a HA environment.<br><br>Here exist two hosts, we can name it as A and B, for each host it have two NICs, and have following IP address assignment.<br><br>Host A:<br>   NIC1: <a href="http://192.168.0.1/255.255.255.0">192.168.0.1/255.255.255.0</a><br>
   NIC2: <a href="http://10.0.0.1/255.0.0.0">10.0.0.1/255.0.0.0</a><br><br>Host B:<br>
   NIC1: <a href="http://192.168.0.2/255.255.255.0">192.168.0.2/255.255.255.0</a><br>
   NIC2: <a href="http://10.0.0.2/255.0.0.0">10.0.0.2/255.0.0.0</a><br><br><br>I am using below configuration<br><br>Spread_Segment  <a href="http://192.158.0.255:4803">192.158.0.255:4803</a> {<br>    A  192.168.0.1 {<br>
        192.168.0.1<br>        10.0.0.1<br>
    }<br>    B  192.168.0.2 {<br>
        192.168.0.2<br>
        10.0.0.2<br>

    }<br>
}<br><br>I start spread daemon in both server, then plug the NIC1 of host A(or host B), I found the spread split into two partitions.  My expectation is spread DO NOT change it&#39;s membership and send all messages by the online NIC to other nodes for both hosts still can reach each other via 10.10.10.x network. <br>
<br>Is my configuration error or spread do not support one daemon with multiple nic?(from source code, it looks like the spread daemon will only send these package in the NIC interface).  <br><br>Any advice appreciate!<br>
<br>Thanks,<br>John<br>