Hi all,<div><br></div><div>Thanks for al your replies.<br><br>On Thursday, March 29, 2012 5:13:33 AM UTC-7, Michael Bridgen wrote:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;"><p>You can test the connectivity definitively by getting a shell into each <br>Erlang node and pinging the other. You need to do this while rabbit is <br>stopped.</p><p>E.g., on host rabbit1:</p><p>&nbsp; &nbsp; &nbsp;$ rabbitmqctl stop_app</p><p>and on host rabbit2:</p><p>&nbsp; &nbsp; &nbsp;$ rabbitmqctl stop_app</p><p>then on rabbit1 again:</p><p>&nbsp; &nbsp; &nbsp;$ erl -remsh rabbit@rabbit1 -sname r1<br>&nbsp; &nbsp; &nbsp;&gt; net_adm:ping(rabbit@rabbit2).</p><p>which should give you the result 'pong';<br>then, on rabbit2</p><p>&nbsp; &nbsp; &nbsp;$ erl -remsh rabbit@rabbit2 -sname r2<br>&nbsp; &nbsp; &nbsp;&gt; net_adm:ping(rabbit@rabbit1).</p><p>(and again expect 'pong').</p></blockquote><div><br></div><div>I've performed the above steps and have gotten the expected 'pong'. So, all tests (the above and connecting via 'rabbitmqctl -n rabbit@rabbit1 status' from rabbit2, etc) work, but clustering always gives me an error message.</div><div><br></div><div>I don't think it's a firewall issue if the above test worked, right?</div><div><br></div><div>Thanks,</div><div>Reza</div><div><br></div><blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;"><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p></blockquote></div>