[rabbitmq-discuss] Mnesia connection error in a clustered node on a multi NIC PC
davidib
davidib2001 at yahoo.com
Fri Feb 10 16:05:55 GMT 2012
Hi Emile,
ok, got it! It's starting to come together... it's starting to make
alot of sense...
Thanks again
David
On Feb 10, 9:57 am, Emile Joubert <em... at rabbitmq.com> wrote:
> Hi,
>
> On 10/02/12 15:43, davidib wrote:
>
> > Now it makes ALOT more sense! I thought I had taken care of this
> > issue via explicitly opening port 4369. Didn't realize that the epmd
> > port was randomly assigned. Looks like I can avoid the dynamic nature
> > of the port assignment by using the ERL_EPMD_PORT environment
> > variable!
>
> That's not the problem. You need to allow connections to the port mapper
> daemon as well as to the Erlang nodes. The former is fixed (defaults to
> 4369) but can be changed via ERL_EPMD_PORT. The latter is random and can
> be controlled via the inet_dist_listen_min and inet_dist_listen_max
> Erlang parameters.
>
> -Emile
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-disc... at lists.rabbitmq.comhttps://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
More information about the rabbitmq-discuss
mailing list