<div>HI:</div>
<div> </div>
<div>I want to config  the epmd to listen on another port rather than 4369.</div>
<div> </div>
<div>I run the command :</div>
<div>   $/usr/lib/erlang/erts-5.6.1/bin/epmd -kill</div>
<div>   $/usr/lib/erlang/erts-5.6.1/bin/epmd -port 63123 -daemon</div>
<div> </div>
<div>It's ok to run the epmd .But when I open the erlang shell, a new epmd instance is running and 4369 is open again .The erlang node still  connect to the epmd listening on port 4369.</div>
<div> </div>
<div>So how can I configure the epmd to make it run on another port?</div>
<div> </div>
<div>Regards.</div>
<div> </div>
<div> </div>