Changing HTTPS service port
- Services provided through HTTPS protocol in Genian ZTNA 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)
- Connect to the policy server in CLI mode using SSH. (Refer to CLI Console for SSH connection method.)
- Enable to Globe configuration Mode.
genian> enable
genian# configure terminal
- Change the port using the
management-server https-port
command.
genian(config)# management-server https-port 22000
Changing the network sensor port (HTTPS)
- Connect to the network sensor in CLI Mode using SSH. (Refer to CLI Console for SSH connection method.)
- Enable to Globe configuration Mode.
genian> enable
genian# configure terminal
- Use the
node-server port
command to change to the same port as the policy server.
genian(config)# node-server port 22000