Enabling web console access through a single IP address
You can specify a single IP address which can access the web console. Limiting access to a single IP address helps to prevent unauthorized access through an unknown system.
About this task
To allow access to the web Console from one IP address:
Procedure
- Edit the file
/usr/local/dncauser/etc/runtime.conf
. - Search for the following line:
httpd_console_allow_from=
- If the line does not exist, add it.
- Set the value after the equals sign to the IP address from
which you would to access the web console. For example:
httpd_console_allow_from=1.2.3.4
- The updated configuration file takes effect the next time the web server starts.