Shared TCP Gateway #145
Replies: 3 comments 5 replies
-
No, this should definitely work as is. Something is probably wrong here, I am investigating it now. |
Beta Was this translation helpful? Give feedback.
-
I tried replicating this problem with a setup consisting of one Reticulum instance with a TCP server interface, and two clients with a TCP client interface connecting to the server. Transport was enabled on the instance with the TCP server interface. Using various programs to test with, announces were passed between all Reticulum instances of the network. The configs I used follows below. Please note, that since I ran all these instances on the same system, I changed the Reticulum config on instance with TCP server interface
Reticulum config on first instance with TCP client interface
Reticulum config on second instance with TCP client interface
With this setup, testing with for example the I was unfortunately completely unable to replicate this issue. Can you please post the exact Reticulum configs that you used, and also let me know how you are testing the announce propagation? |
Beta Was this translation helpful? Give feedback.
-
On the client end, which only runs NomadNet (reticulum and lxmd versions provided for explicitness)
and the node, which is running
|
Beta Was this translation helpful? Give feedback.
-
Currently attempting to set up an instance that can serve as a central server for a set of clients. I have
enable_transport = Yes
in my config, and the following added to my config[[TCP Server Interface]]
mode = gateway
type = TCPServerInterface
interface_enabled = True
listen_ip = 0.0.0.0
listen_port = 4242
Clients have the appropriate TPCClientInterface defined for this server in their .reticulum/config files. Announcements from clients seem to generate traffic on the TCPServer interface, but these announcements are never received on other clients. Is there more to the config that is needed to ensure this type of setup works?
Beta Was this translation helpful? Give feedback.
All reactions