You may have already figured this out by now, but for anyone else.<div><br></div><div>Rabbit by default uses a random port range to do the actual communication between nodes in the cluster and you need to allow communication on all these ports. If it's the Windows firewall that is blocking you, the easiest way is probably to allow erl.exe to communicate on any TCP port.</div><div><br></div><div>See the last paragraph under "(Windows) Firewall Settings" in my post on clustering RabbitMQ on Windows:</div><div><br></div><div>http://coding-insomnia.com/2013/02/23/clustering-rabbitmq-on-windows/<br></div><div><br></div><div>Cheers,</div><div><br></div><div>Anders Ljusberg</div><div><br><br>On Monday, March 18, 2013 10:39:13 PM UTC+1, Govind wrote:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;">I see below error when I try to cluster rabbitmq.<div><br></div><div><div>C:\Program Files (x86)\RabbitMQ Server\rabbitmq_server-3.0.3\<wbr>sbin&gt;rabbitmqctl.bat join_cluster rabbit@WIN-GOVIND1</div><div>Clustering node 'rabbit@WIN-GOVIND2' with 'rabbit@WIN-GOVIND1' ...</div><div>Error: {cannot_discover_cluster,"The nodes provided are either offline or not running"}</div></div><div><br></div><div>a) Node GOVIND1 is up</div><div>b) Can ping each other machine with name</div><div>c) Can telnet to 5672 and 4369 (empd) ports from each box prior to running stop_app on GOVIND2.</div><div>d) Synced up erlang cookie</div><div><br></div><div>What else did I miss for this not to work?</div><div><br></div><div>I get GOVIND1 as node down. why?</div><div><br></div><div><div>C:\Program Files (x86)\RabbitMQ Server\rabbitmq_server-3.0.3\<wbr>sbin&gt;rabbitmqctl.bat -n rabbit@WIN-GOVIND1status</div><div>Status of node 'rabbit@WIN-GOVIND1' ...</div><div>Error: unable to connect to node 'rabbit@WIN-GOVIND1': nodedown</div><div><br></div><div>DIAGNOSTICS</div><div>===========</div><div><br></div><div>nodes in question: ['rabbit@WIN-GOVIND1']</div><div><br></div><div>hosts, their running nodes and ports:</div><div>- WIN-GOVIND1: [{rabbit,49283}]</div><div><br></div><div>current node details:</div><div>- node name: 'rabbitmqctl2221614@WIN-<wbr>GOVIND1'</div><div>- home dir: C:\Users\Administrator</div><div>- cookie hash: IgPbUHwN5LE8HjnJYwYTiA==</div><div><br></div><div><br></div><div>C:\Program Files (x86)\RabbitMQ Server\rabbitmq_server-3.0.3\<wbr>sbin&gt;</div></div><div><br></div><div>I didn't change default port (5672) but what is 49283 from above status?</div><div><br></div><div>I appreciate any help to cluster rabbit nodes.</div><div><br></div><div>Thanks,</div><div>Govind</div></blockquote></div>