I'm having trouble setting up a two-computer environment for Elixir because one of the computers is behind a firewall. I've spent some time looking for documentation and hints about doing this, and have made some progress, but the documentation that I've been able to find seems to be inadequate. In any case, I'd certainly appreciate some help!
Please note that I'm familiar with the general procedure for getting two iex nodes to communicate with each other, as well as the details about port 4369 and the trick involving:
--erl "-kernel inet_dist_listen_min 9001 inet_dist_listen_max 9001"
The situation is actually very typical:
As I understand it, the challenge here is to configure things so that messages from outside.org
can reach inside.edu.
Is there a way to do this using ssh tunneling? Is the iex option "-rsh ssh" relevant?
[The above was originally posted at https://github.com/elixir-lang/elixir/issues/3269, but it was suggested that this would be a more appropriate place.]
--
You received this message because you are subscribed to the Google Groups "elixir-lang-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elixir-lang-ta...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-talk/4e3adc16-686f-4bfe-8fb1-5bbf6af03363%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "elixir-lang-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elixir-lang-ta...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-talk/843d7c7b-40d9-4258-a4c6-4844f0a84f72%40googlegroups.com.
... let me try to help
Distributed Erlang establishes a TCP connection between two nodes. Are you able to do:INSIDE$ telnet OUTSIDE 4396INSIDE$ telnet OUTSIDE 9001
and vice versa from the OUTSIDE to INSIDE?
On Thu, Apr 16, 2015 at 5:49 PM, Saša Jurić <sasa....@gmail.com> wrote:
...and vice versa from the OUTSIDE to INSIDE?
--
You received this message because you are subscribed to a topic in the Google Groups "elixir-lang-talk" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/elixir-lang-talk/mt7iH6hzvew/unsubscribe.
To unsubscribe from this group and all its topics, send an email to elixir-lang-ta...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-talk/CAMCq_EXSs0L2OTBTQs2be%2Bw-0Tt-55UoQTCcj%2BNAsein46cmcg%40mail.gmail.com.