Difference between instance_control_port
and shared_instance_port
#621
Replies: 1 comment
-
Sorry it took me a while to get back to this on @deavmi! Should have explained it in more detail earlier. First of all, let's look at how RNS works when started on a given system:
Now, with all of that in mind, you can probably see, that the local interface was never meant for communicating across system borders. In fact, to do that, it's just as efficient, and much easier to simply use one of the other non-local interface modules. In your case of wanting to connect different Linux containers together, the easiest way is probably to just have the primary RNS Transport Instance running in one container offer a As for monitoring connectivity status on each individual instance, you can just use the remote management capabilities of Which brings us to the final part of the question, the You asked elsewhere about using the So the short story is, it's much better to just let them run separate instances, that are all connected to one "container exit node" providing connectivity out of the containerised environment. Or even add multiple different types of "exit nodes", that would work too, off course, and add redundancy. The possibilities are endless :) |
Beta Was this translation helpful? Give feedback.
-
What is the difference? I am under the impression that
shared_instance_port
is what tools, likernstatus
as a basic example, use to communicate with the RNS daemon.However, what is the control port then? Is it akin to I2P with SAM (or is it Bob?) where one port is to open a channel and then the other port is where you send that channel-encoded data.
Beta Was this translation helpful? Give feedback.
All reactions