Administrator Console
- Genian NAC provides two types of management interfaces:
- WEB Console (Web Console, Web interface) : A user interface accessible via a web browser, providing all management and policy settings.
- Command-line interface (CLI) : Provides system settings such as basic service configuration and network configuration.
WEB Console
The WEB Console access method varies depending on the Policy Server installation method.
On-Premises / Software NAC
- Open a web browser and go to the following link:
- Copy and paste the link below into your browser.
- Change Policy Server Management IP Address:8443 to the actual IP address.
https://"Policy Server Management IP Address:8443"/mc2/ (e.g. https://192.168.50.10:8443/mc2/)
Cloud managed
- Open a web browser and go to the following link:
- Copy and paste the link below into your browser.
- Change Cloud Policy Server Domain to the actual registered name.
https://"Cloud Site Name"/ (e.g. https://nac.genians.net/)
CLI Console
The CLI (Command Line Interface) console can be accessed via SSH.
1. CLI Console Access via SSH Client Program
Step1: Configure Remote Access for Policy Server SSH Connection
To connect to the Policy Server via SSH, you must add allowed IP addresses or network address/CIDR patterns.
- Go to System in the top panel.
- In the left System menu, select System Management.
- Click the Policy Server IP.
- Select the Preferences tab.
- In Security Settings, enter the CLI Console Access IP (IP of the endpoint performing SSH access).
- Click the Modify button.
Step2: Access CLI Console via SSH Client Program
The CLI console access method varies depending on the Policy Server installation method. Port information for each installation method is as follows:
- On-Premises Port Information : 3910
- Software NAC Port Information : 22
- Cloud managed : Cloud Policy Servers do not provide SSH CLI Console access.
#On-premises CLI Console Access
ssh "Policy Server Management IP" -p 3910 (e.g. : ssh 192.168.50.10 -p 3910)
#Software NAC CLI Console Access
ssh "Policy Server Management IP" -p 22 (e.g. : ssh 192.168.50.10 -p 22)
Note
If CLI console access for Software NAC is not working, please restart the SSH daemon using the
systemctl restart sshd
command.2. CLI Console Access via SSH Connection in Web Console
- Go to System in the top panel.
- In the left System menu, select System Management.
- Click the
icon to the right of the SSH access target IP address.
- Enter Username and Password in the pop-up window to perform SSH access.