Following a reboot, an NSX Manager virtual machine becomes unreachable over the network, and you are unable to establish connectivity to the node.
Symptoms observed include:
Ping requests from a local workstation to the affected NSX Manager fail.
From the NSX Manager console, the node is unable to reach its configured default gateway (e.g., X.X.X.1).
Product: VMware NSX
Component: NSX Manager
The network unreachability is caused by an incorrectly configured Default Gateway IP address on the management interface. In this scenario, the gateway address falls outside the subnet boundary of the configured management IP and network mask. This subnet mismatch prevents the manager from properly routing outbound traffic.
To restore connectivity, you must reconfigure the management interface with the correct IP address, netmask, and default gateway to match the functional nodes in your cluster.
Log in to the NSX Manager command line console.
Execute the following commands to update the interface and routing:
ifconfig eth0 <IP_ADDRESS> netmask <NETMASK>
route add default gw <GATEWAY>
Note: Ensure the gateway address is within the local subnet of the manager node.