You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During a backup restoration process that involves replacing the nethsecurity-controller module, the connection between the controller and the nethsecurity instance is lost. This happens because the TCP ports differ between the old and new modules. Once the restoration is complete, the ns8 module operates normally, but the nethsecurity instance becomes unreachable and is not visible in the system.
To resolve this, manual intervention is currently required: you need to access the nethsecurity instance and manually restart the ns-plug service.
Proposed Improvement (NFR):
Develop a solution that ensures the connection between nethsecurity and the ns8 controller is automatically restored after a backup restoration, eliminating the need for manual intervention.
Steps to Reproduce:
Install and configure a nethsecurity instance.
Install and configure a nethsecurity-controller to link with the nethsecurity instance.
Perform a backup of the setup.
Restore the backup.
Observe that the nethsecurity instance is not visible or online in the nethsecurity-controller.
Manually restart the connection by navigating to the nethsecurity system > controller menu and restarting the ns-plug service.
After restarting, the nethsecurity and ns8 controller can communicate successfully.
Proposed Solution:
The connection between the instances is established via an OpenVPN tunnel (tun-nsplug). When the tunnel goes down, a trigger could automatically restart the ns-plug service. The downside is that the service has a 60-second timeout period for attempts before it stops.
Alternative Solutions:
Implement a cron job that monitors the connection status. If the tunnel goes down due to a lack of connectivity, the job can automatically restart the ns-plug service.
This enhancement aims to make the restoration process more seamless and reliable.
The text was updated successfully, but these errors were encountered:
stephdl
changed the title
Controller: autodiscovery the server after a nethsecurity-controller restauration
Controller: Auto-Discover Server After NethSecurity-Controller Restoration
Dec 13, 2024
stephdl
changed the title
Controller: Auto-Discover Server After NethSecurity-Controller Restoration
Controller: auto-discover server after nethsecurity-controller restoration
Dec 13, 2024
Issue Description:
During a backup restoration process that involves replacing the nethsecurity-controller module, the connection between the controller and the nethsecurity instance is lost. This happens because the TCP ports differ between the old and new modules. Once the restoration is complete, the ns8 module operates normally, but the nethsecurity instance becomes unreachable and is not visible in the system.
To resolve this, manual intervention is currently required: you need to access the nethsecurity instance and manually restart the ns-plug service.
Proposed Improvement (NFR):
Develop a solution that ensures the connection between nethsecurity and the ns8 controller is automatically restored after a backup restoration, eliminating the need for manual intervention.
Steps to Reproduce:
Proposed Solution:
The connection between the instances is established via an OpenVPN tunnel (tun-nsplug). When the tunnel goes down, a trigger could automatically restart the ns-plug service. The downside is that the service has a 60-second timeout period for attempts before it stops.
Alternative Solutions:
Implement a cron job that monitors the connection status. If the tunnel goes down due to a lack of connectivity, the job can automatically restart the ns-plug service.
This enhancement aims to make the restoration process more seamless and reliable.
The text was updated successfully, but these errors were encountered: