In VMware NSX, users may find that they are unable to modify the management IP address of an existing Edge node directly through the NSX Manager Graphical User Interface (GUI). This limitation requires the configuration to be performed manually via the command-line interface (CLI).
VMware NSX
The NSX Manager GUI does not support direct modification of the eth0 management interface for an Edge node after it has been deployed. The management IP is a foundational setting for the node's connectivity to the management plane, and changes must be executed locally on the node to ensure the management plane is correctly updated.
To change the management IP, you must access the Edge node via the VM console and use the CLI.
stop service dataplane
set interface eth0 ip <x.x.x.x/24> gateway <x.x.x.x> plane mgmtset interface eth0 dhcp plane mgmtstart service dataplane