Lines 4538-4543
Link Here
|
4538 |
If using \term{-sname}, specify either this option or \term{ERL\_INETRC}. |
4538 |
If using \term{-sname}, specify either this option or \term{ERL\_INETRC}. |
4539 |
\titem{-kernel inet\_dist\_listen\_min 4200 inet\_dist\_listen\_min 4210} |
4539 |
\titem{-kernel inet\_dist\_listen\_min 4200 inet\_dist\_listen\_min 4210} |
4540 |
Define the first and last ports that \term{epmd} (section \ref{epmd}) can listen to. |
4540 |
Define the first and last ports that \term{epmd} (section \ref{epmd}) can listen to. |
|
|
4541 |
\titem{-kernel inet\_dist\_use\_interface "\{ 127,0,0,1 \}"} |
4542 |
Define the IP address where this Erlang node listens for other nodes |
4543 |
connections (see section \ref{epmd}). |
4541 |
\titem{-detached} |
4544 |
\titem{-detached} |
4542 |
Starts the Erlang system detached from the system console. |
4545 |
Starts the Erlang system detached from the system console. |
4543 |
Useful for running daemons and backgrounds processes. |
4546 |
Useful for running daemons and backgrounds processes. |
Lines 4950-4955
Link Here
|
4950 |
\begin{verbatim} |
4953 |
\begin{verbatim} |
4951 |
erl ... -kernel inet_dist_listen_min 4370 inet_dist_listen_max 4375 |
4954 |
erl ... -kernel inet_dist_listen_min 4370 inet_dist_listen_max 4375 |
4952 |
\end{verbatim} |
4955 |
\end{verbatim} |
|
|
4956 |
It is also possible to configure in \term{ejabberdctl.cfg} |
4957 |
the network interface where the Erlang node will listen and accept connections. |
4958 |
The Erlang command-line parameter used internally is, for example: |
4959 |
\begin{verbatim} |
4960 |
erl ... -kernel inet_dist_use_interface "{127,0,0,1}" |
4961 |
\end{verbatim} |
4953 |
|
4962 |
|
4954 |
|
4963 |
|
4955 |
\makesection{cookie}{Erlang Cookie} |
4964 |
\makesection{cookie}{Erlang Cookie} |