diff options
author | Holger Weiß <[email protected]> | 2010-11-10 23:03:44 +0100 |
---|---|---|
committer | Holger Weiß <[email protected]> | 2010-11-17 10:06:38 +0100 |
commit | bcf3b3d0d589666575d9b044d0779be2e40e1762 (patch) | |
tree | df86d361b39d348d3f24ce91762e3af9b78c8fe5 /erts/doc/src/erl.xml | |
parent | f26528bbea0a24674e797a58b97117c1f8cf163f (diff) | |
download | otp-bcf3b3d0d589666575d9b044d0779be2e40e1762.tar.gz otp-bcf3b3d0d589666575d9b044d0779be2e40e1762.tar.bz2 otp-bcf3b3d0d589666575d9b044d0779be2e40e1762.zip |
Allow user to specify the IP address epmd binds to
The IP address(es) epmd binds to can now be specified by the user,
either via epmd's new "-address" option or (if that's not used) by
setting the environment variable ERL_EPMD_ADDRESS. Multiple addresses
may be specified using a comma-separated list. If the loopback address
is not in this list, it will be added implicitly, so that the daemon can
be queried by an interactive epmd process.
Diffstat (limited to 'erts/doc/src/erl.xml')
-rw-r--r-- | erts/doc/src/erl.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/erts/doc/src/erl.xml b/erts/doc/src/erl.xml index 09c9cf6812..2fd804cd04 100644 --- a/erts/doc/src/erl.xml +++ b/erts/doc/src/erl.xml @@ -981,6 +981,15 @@ add to the code path. See <seealso marker="kernel:code">code(3)</seealso>.</p> </item> + <tag><c><![CDATA[ERL_EPMD_ADDRESS]]></c></tag> + <item> + <p>This environment variable may be set to a comma-separated + list of IP addresses, in which case the + <seealso marker="epmd">epmd</seealso> daemon + will listen only on the specified address(es) and on the + loopback address (which is implicitely added to the list if it + has not been specified).</p> + </item> <tag><c><![CDATA[ERL_EPMD_PORT]]></c></tag> <item> <p>This environment variable can contain the port number to use when |