OneFS: How to exclusively specify which IP address is listening on a node for Web Administration Interface (WebUI) connections

Summary: You can specify which IP address accepts WebUI connections on a node by modifying the webui_httpd.conf file. It is recommended to backup the configuration prior to changing it.

This article applies to This article does not apply to This article is not tied to any specific product. Not all product versions are identified in this article.

Instructions

You can specify which IP address accepts WebUI connections on a node by modifying the webui_httpd.conf file. It is recommended to backup the configuration prior to changing it.

# cp /etc/mcp/templates/webui_httpd.conf /etc/mcp/templates/webui_httpd_backup.conf

In the following example, the IP 192.xxx.xx.xxx was added:

/etc/mcp/templates/webui_httpd.conf
# =================================================
# Basic settings
# =================================================
Listen 192.xxx.xx.xxx:$$WEBUI_PORT$$ https
Listen $$VASASVC_PORT$$ https
Listen $$WEBHDFS_PORT$$ http
Listen 0.0.0.0:$$SWIFT_HTTPS_PORT$$ https

<snipped>

Verify that the IP is listening on port 8080:
# sockstat | grep 8080
daemon   httpd      3055  11  tcp4  192.xxx.xx.xxx:8080   *:*
daemon   httpd      3054  11  tcp4  192.xxx.xx.xxx:8080   *:*
root     httpd      2104  11  tcp4  192.xxx.xx.xxx:8080   *:*
root     lwswift    2094  15  tcp4 6  *:28080             *:*

#netstat -an | grep -i listen | grep 8080
tcp4       0      0 192.xxx.xx.xxx.8080    *.*                        LISTEN
tcp46      0      0 *.28080                *.*                        LISTEN

Additional Information

This procedure is node specific and must be done for each node as needed.
NOTE: The cluster will not be permitted to be hardened (isi hardening apply) after making this change.

Affected Products

Isilon, PowerScale OneFS
Article Properties
Article Number: 000019305
Article Type: How To
Last Modified: 09 Jul 2025
Version:  4
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.