[rabbitmq-discuss] rabbitmq networking error:: telnet result: servname not supported for ai_socktype.

Emile Joubert emile at rabbitmq.com
Wed Jun 26 14:29:42 BST 2013


Hi Luis,

On 26/06/13 14:22, Luis Rodriguez wrote:

> while inside rabbit1 I did:
> # telnet rabbit2 [67890]

Are you sure the brackets are necessary?

> rabbit2 /[67890] : servname not supported for ai_socktype.

Make sure the hostnames of all the hosts resolve on all the hosts. You
may need entries in /etc/resolv.conf to achieve that.

> some tutorials show that I need to insert that port inside my
> etc/services

The random port numbers used by the Erlang distribution framework change
each time the Erlang VM starts, so there is no value in recording them.
You could record the EPMD port or AMQP, but this is not required to set
up clustering.


-Emile







More information about the rabbitmq-discuss mailing list