Changing HTTPS service port

Services provided through HTTPS protocol in Genian NAC system include Captive Web Portal (CWP), IP Request system, policy reception, and node information update.
The service is provided over the known port 443, and you can change the port through the following process.

Note

HTTPS port is applied to policy server, network sensor, and agent by using policy reception and node information update function.

Changing the Policy Server Port (HTTPS)

  1. Connect to the policy server in CLI mode using SSH. (Refer to CLI Console for SSH connection method.)
  2. Enable to Globe configuration Mode.
genian> enable
genian# configure terminal
  1. Change the port using the management-server https-port command.
genian(config)# management-server https-port 22000

Changing the network sensor port (HTTPS)

  1. Connect to the network sensor in CLI Mode using SSH. (Refer to CLI Console for SSH connection method.)
  2. Enable to Globe configuration Mode.
genian> enable
genian# configure terminal
  1. Use the node-server port command to change to the same port as the policy server.
genian(config)# node-server port 22000