I have two erlang clients:
client@192.168.1.5
client@192.168.1.6
And one remote erlang server with global IP address “externalIP1”:
server@“externalIP1”
To connect the clients and the server by a two-way communication, I’m going to forward client machines through the second global IP address “externalIP2” on my router.
- Which ports do I have to forward for The clients?
- How to name erlang client nodes? After the forwarding actually they’ll be at one IP address for remote nodes!
- How to tell to the server something like “work with ports .., .., .., during communication with node X”?
Thanks in advance!