<div dir="ltr">I've got a couple of OpenSuse VM's configured in Virtual Box. &nbsp;<div><br></div><div>I have rabbit running on both.</div><div><br></div><div>rabbit@devserver</div><div>rabbit@devagent</div><div><br></div><div>I've added both machines to each others hosts files and I can do a sudo /usr/sbin/rabbitmqctl -n rabbit@{hostname} status from either machine to see the full status output of the node.</div><div><br></div><div>So both machines are happy at this point. &nbsp;</div><div><br></div><div>I've also got Celery working and load balancing tasks using the rabbit@devserver RabbitMQ queue.</div><div><br></div><div>Now I stopped the rabbit@devagent instance and tried to add to the @devserver using the cluster command</div><div><br></div><div>sudo /usr/sbin/rabbitmqctl cluster rabbit@devserver&nbsp;</div><div><br></div><div>to which I get&nbsp;</div><div><br></div><div>Clustering node rabbit@devagent with [rabbit@devserver] ...</div><div>Error: unable to connect to node rabbit@devagent: &nbsp;nodedown</div><div><br></div><div>DIAGNOSTICS</div><div><br></div><div>nodes in question: &nbsp;[rabbit@devagent]</div><div><br></div><div>hosts, their running nodes and ports:</div><div>- devagent: &nbsp;[{rabbitmqctl10831, 48309}]</div><div><br></div><div>current node details:</div><div>- node name rabbitmqctl10831@devagent</div><div>- home dir: /var/lib/rabbitmq</div><div>- cookie hash: &nbsp;LczRqz4mQrqdzWYMcog==</div><div><br></div><div>I have modified the erlang cookie on both machines so these match btw.</div><div><br></div><div>Any idea's?</div><div><br></div></div>