[erlang-questions] Which communication ports does erlang use?
19 views
Skip to first unread message
Solomon
unread,
Jan 30, 2013, 8:46:12 PM1/30/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to erlang-q...@erlang.org
I set up two erlang nodes at two servers, and they have distributed mnesia tables.
I must start the firewall at servers, so I want to know which communication ports does erlang use?
Serge Aleynikov
unread,
Jan 30, 2013, 9:01:24 PM1/30/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Solomon, erlang-q...@erlang.org
When running nodes separated by a firewall you'll need to open the port
4369 for access to epmd [1], and specify the range of ports that a node
behind a firewall can use for binding its distributed transport by using
the following kernel options: