Erlang distribution through firewalls
Sean Hinde
sean.hinde@REDACTED
Sat Jan 17 19:49:12 CET 2004
On 15 Jan 2004, at 02:23, Vance Shipley wrote:
>
> How do you do Erlang distribution through firewalls?
>
Hi,
Notwithstanding the advice not do do this I sometimes see situations
where excessive use of firewalls makes this necessary.
The solution is to open up port 4369, and then select and open a range
of ports for node to node connections with the kernel parameters
inet_dist_listen_min and inet_dist_listen_max.
Sean
More information about the erlang-questions
mailing list