Disabling web console access through port 8080

You can configure the DNCA to disable the port for the DNCA web console. By disabling the port, remote users cannot access the web console.

About this task

To turn off web console access via port 8080:

Procedure

  1. Edit file /usr/local/dncauser/etc/runtime.conf.
  2. Search for the following line:
    httpd_port_enable=
    
  3. If the line does not exist, add it.
  4. Set the value after the equals sign to "NO".
    For example:
    httpd_port_enable="NO"
    
  5. Save the file.
  6. The updated configuration file takes effect the next time the web server starts.