<div dir="ltr">Thanks,�<div>Just read the docs with the following.�</div><div><br></div><div><span style="color:rgb(0,0,0);font-family:Verdana,Arial,Helvetica,sans-serif;font-size:medium">Erlang uses to communicate through by setting the (<b>undocumented</b>) kernel variables 'inet_dist_listen_min' and 'inet_dist_listen_max'</span><br>
</div><div><span style="color:rgb(0,0,0);font-family:Verdana,Arial,Helvetica,sans-serif;font-size:medium"><br></span></div><div><pre style="font-family:Courier,monospace;color:rgb(0,0,0);font-size:medium">       application:set_env(kernel, inet_dist_listen_min, 9100).
        application:set_env(kernel, inet_dist_listen_max, 9105).</pre><pre style="font-family:Courier,monospace;color:rgb(0,0,0);font-size:medium"><br></pre><pre style="font-family:Courier,monospace;color:rgb(0,0,0);font-size:medium">
How do I set this params in unix?</pre><pre style="font-family:Courier,monospace;color:rgb(0,0,0);font-size:medium"><br></pre><pre style="font-family:Courier,monospace;color:rgb(0,0,0);font-size:medium"><br></pre><pre style="font-family:Courier,monospace;color:rgb(0,0,0);font-size:medium">
<br></pre></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Mar 10, 2014 at 6:16 PM, Simon MacMullen <span dir="ltr"><<a href="mailto:simon@rabbitmq.com" target="_blank">simon@rabbitmq.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">On 10/03/2014 3:40PM, rails wrote:<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">
My questions :<br>
1. What is this port.<br>
2. Is it a random port? How do I set it so I can control it?<br>
3. Was I missing it in the clustering guide<br></div>
<<a href="https://www.rabbitmq.com/clustering.html" target="_blank">https://www.rabbitmq.com/<u></u>clustering.html</a>>? It is kinda important. I<div class=""><br>
couldnt find any document related to the rabbitmq clustering and this port.<br>
</div></blockquote>
<br>
See "Firewalled nodes": <a href="https://www.rabbitmq.com/clustering.html#firewall" target="_blank">https://www.rabbitmq.com/<u></u>clustering.html#firewall</a><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">
4. I did find some stuff regarding clustering erlang.<br></div>
<<a href="http://www.erlang.org/faq/how_do_i.html#id55090" target="_blank">http://www.erlang.org/faq/<u></u>how_do_i.html#id55090</a>>and it mentioned<div class=""><br>
setting inet_dist_listen_min and inet_dist_listen_max. Is this it?<br>
5. I need to set �it using<br>
<br>
application:set_env(kernel, inet_dist_listen_min, 9100).<br>
application:set_env(kernel, inet_dist_listen_max, 9105).<br>
</div></blockquote>
<br>
Yes, that's the same thing as documented above.<div class=""><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
How do I run configure this lines?<br>
Thanks.<br>
</blockquote>
<br></div>
See the link above.<br>
<br>
Really this should be easier though :(<br>
<br>
Cheers, Simon<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
Simon MacMullen<br>
RabbitMQ, Pivotal<br>
</font></span></blockquote></div><br></div>