[erlang-questions] Node on specified port

Igor Goryachev goryachev@REDACTED
Wed Apr 2 11:21:31 CEST 2008


"Maxim Treskin" <zerthurd@REDACTED> writes:

> Is there any method to specify IP port of erlang node.
> I want message exchange between two nodes behind firewall, and only
> this port access must be opened (and epmd port also).

Try ``-kernel inet_dist_listen_min First inet_dist_listen_max Last''
where First..Last port range for the listener socket of a distributed
Erlang node (from kernel(6)).


-- 
Igor Goryachev
Yandex development team.



More information about the erlang-questions mailing list