I have alrady reached out to first line support, here is a more detailed description of the problem.
I have also found two forum topics that seem very similar to my issue: 16499 and 5245.
Description: I am using the RUT956 to connect to a selfhosted GO server via Serial over IP (TCP Client + SSL).
The connection works perfectly on a fresh start of the router. However, if the remote server (Docker container) restarts, the connection drops and the router fails to auto-reconnect, even though the “Reconnect Interval” is configured to 300 seconds. The router remains in a disconnected state indefinitely and does not try to reconnect at all.
Traffic: The connected GO server sends data to the client every second.
Symptoms:
-
Server side restarts (TCP connection broken).
-
Router eventually detects the drop via Keep Alive probes (WebUI shows Connected servers: 0/1). And “UP” for the serial over ip config.
-
The Failure: The router stays disconnected indefinitely. It does not trigger the Reconnect Interval logic.
-
The Workaround (Proof of Bug): If I simply toggle off click “Save & Apply” then toggle on and click “Save & Apply” in the Serial Configuration (without changing any settings), the router connects immediately. This should prove the network, IP, and Certificates are valid. Furthermore, a simple power cut of the router also triggers a reconnect.
Configuration:
-
Mode: Client
-
Protocol: TCP
-
TLS/SSL: Enabled (Certificate based)
-
Inactivity Timeout: 300 (we waited for 10 minutes and nothing happened)
-
Keep Alive: ON or OFF (did not make a difference for us)
-
Time: 30
-
Interval: 15
-
Probes: 3
-
Steps to Reproduce:
-
Establish a Serial over IP (SSL with client SSL certifiactes) connection to a remote server.
-
Start transmitting data from the server to the client.
-
Restart the remote server application to force a socket break. (docker restart [container])
-
Wait for the Keep Alive settings to detect the drop.
-
Observe that the router marks the server as disconnected (0/1) but never attempts to reconnect automatically.
-
Click “Save & Apply” → Observe immediate successful reconnection. (Or disconnect router from power and reconnect → immediate successful reconnection after reboot)