-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
603e0a2
commit 44198ad
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
======================= | ||
NethSecurity Controller | ||
======================= | ||
|
||
The NethSecurity controller allows for remote management of multiple `NethSecurity <https://docs.nethsecurity.org>`_ installations, referred to as units. | ||
|
||
The controller establishes a secure connection between the central server and the units. | ||
Each firewall registers with the server using the ns-plug client. Once registered, the server generates a VPN configuration | ||
that enables secure communication between the controller and the unit. | ||
|
||
Key features of the NethSecurity controller include: | ||
|
||
- **Centralized Management**: Manage multiple firewalls from a single server. | ||
- **Secure Communication**: Establish a secure OpenVPN connection between the server and the firewalls. | ||
- **Easy Configuration**: Configure firewalls directly from the controller's user interface. | ||
- **Monitoring and Logging**: Collect and analyze logs from the firewalls using Loki for troubleshooting and monitoring purposes. | ||
- **Metrics Visualization**: Visualize metrics from the firewalls using the built-in Grafana dashboard. Metrics are collected using Prometheus. | ||
- **Web-based SSH**: Access the firewalls' command-line interface using a web-based SSH client. | ||
|
||
See the `NethSecurity controller documentation <https://docs.nethsecurity.org/en/latest/controller.html>`_ to learn more about the controller's features | ||
and how to set it up. |