I have 2 droplets with Ubuntu 14.04, fresh clean rabbitmq server. The same erlang cookie is made. In the /etc/hosts of the server#2 I wrote the ip address of server#1, ping works, I can telnet to ports 4369 and 44001. 44001 is configured on both servers in the rabbitmq.config to fix the erlang port.
And followed the document by RabbitMQ, but I receive this: rabbitmqctl join_cluster rabbit@10.... or with rabbitmqctl join_cluster rabbit@server_name_#2
Clustering node rabbit@apn with '[email protected]' ... Error: {cannot_discover_cluster,"The nodes provided are either offline or not running"}
How can I debug what is the issue? I seemed to made all changes required, but something is still missing. Any help is appreciated!