Changing the LOG Server service port
When using Log Server for Genian ZTNA device, you can change the log search port and port for cluster configuration. The service is provided through known ports 9200 (log search) and 9300 (cluster), and the port can be changed through the following process.
Note
Separate settings are required for Log Server individual configuration and cluster configuration.
Changing the Log Server Port (Log Search)
- 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
log-server http-port
command.
genian(config)# log-server http-port 29200
Changing Log Server Port (Cluster)
- 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
log-server tcp-port
command.
genian(config)# log-server tcp-port 29300