<div dir="ltr">Hello everyone,<br><br>I have 2 virtual machines running Windows 7 with RabbitMQ 3.3.0 (firewall off) and followed this tutorial:<br><br>https://www.rabbitmq.com/clustering.html<br><br>This is what I did:<br><br>1. start rabbitmq-server on both machines<br><br>2. stop rabbitmq-server on machine 2 (slave) using: rabbitmqctl stop<br><br>3. copy the .erlang.cookie from machine 1 (master) to machine 2 (slave)<br><br>4. start rabbitmq-server again on machine 2 (slave) with the new cookie<br><br>5. run the command: "rabbitmqctl stop_app" on machine 2 (slave)<br><br>6. run the command: ''rabbitmqctl join_cluster rabbit@master'' on machine 2 (slave)<br><br>Clustering node 'rabbit@WIN-PK8SONHOIBH' with rabbit@master ...<br>Error: unable to connect to nodes [rabbit@master]: nodedown<br><br>DIAGNOSTICS<br>===========<br><br>attempted to contact: [rabbit@master]<br><br>rabbit@master:<br>  * found rabbit (port 25672)<br>  * TCP connection succeeded<br>  * suggestion: hostname mismatch?<br>  * suggestion: is the cookie set correctly?<br><br>current node details:<br>- node name: 'rabbitmqctl2665551@WIN-PK8SONHOIBH'<br>- home dir: C:\Users\RabbitMQ2<br>- cookie hash: <b><span style="color: rgb(255, 0, 0);">zF3bJzufFyuGd7zyNAb0UQ==</span></b><br><br><span style="color: rgb(255, 0, 0);"><b>If I try the other way around clustering master to slave I get:</b></span><br><br>Clustering node 'rabbit@WIN-2BQPAJ1S03R' with rabbit@slave ...<br>Error: unable to connect to nodes [rabbit@slave]: nodedown<br><br>DIAGNOSTICS<br>===========<br><br>attempted to contact: [rabbit@slave]<br><br>rabbit@slave:<br>  * found rabbit (port 25672)<br>  * TCP connection succeeded<br>  * suggestion: hostname mismatch?<br>  * suggestion: is the cookie set correctly?<br><br>current node details:<br>- node name: 'rabbitmqctl2366873@WIN-2BQPAJ1S03R'<br>- home dir: C:\Users\RabbitMQ1<br>- cookie hash: <b><span style="color: rgb(255, 0, 0);">zF3bJzufFyuGd7zyNAb0UQ==</span></b><br><br><b>The cookie hash is the same so what could be the problem?</b><br></div>