Hi<br><br>I&#39;ve setup a cluster on my LAN (finally) and got it working by modifying the startup script for rabbitmq-server (yuk) to set the cookie.� Then setup /etc/rabbitmq/rabbitmq.conf to set the cookie:<br><br>CTL_ERL_ARGS=&quot;-setcookie mycookie&quot;<br>
<br>On the lan:<br><br>$ sudo rabbitmqctl -n rabbit@ubi status<br>Status of node rabbit@ubi ...<br>[{running_applications,[{rabbit,&quot;RabbitMQ&quot;,&quot;1.5.4&quot;},<br>����������������������� {mnesia,&quot;MNESIA� CXC 138 12&quot;,&quot;4.4.3&quot;},<br>
����������������������� {os_mon,&quot;CPO� CXC 138 46&quot;,&quot;2.1.6&quot;},<br>����������������������� {sasl,&quot;SASL� CXC 138 11&quot;,&quot;2.1.5.3&quot;},<br>����������������������� {stdlib,&quot;ERTS� CXC 138 10&quot;,&quot;1.15.3&quot;},<br>
����������������������� {kernel,&quot;ERTS� CXC 138 10&quot;,&quot;2.12.3&quot;}]},<br>�{nodes,[rabbit@ubi,rabbit@hassox]},<br>�{running_nodes,[rabbit@ubi]}]<br>...done.<br><br>Over the Interwebs:<br><br>$ sudo rabbitmqctl -n rabbit@ubinet status<br>
Status of node rabbit@ubinet ...<br>{badrpc,nodedown}<br>...done.<br><br>Where ubinet is setup in my hosts file.� If I use a full IP address:<br><br>�$ sudo rabbitmqctl -n rabbit@123.456.789.123 status<br>Status of node &#39;rabbit@123.456.789.123&#39; ...<br>
<br>=ERROR REPORT==== 15-Apr-2009::14:50:00 ===<br>** System NOT running to use fully qualified hostnames **<br>** Hostname 123.456.789.123 is illegal **<br>{badrpc,nodedown}<br>...done.<br><br>IP addy changed... <br><br>
Any idea on why this would cause an issue?� I can&#39;t find any documentation on it on the rabbit site at all :(<br><br>Cheers<br>