- On the affected ESXi host, ensure that VMK0 has a valid and routable IP address that can reach the NSX Manager.
- It is recommended to use only one VMkernel adapter with the Management tag.
You can use netcat (nc) to confirm connectivity to the TCP ports (443,80 and 902) from the NSX Manager(s) to the Host Transport node:
- Open SSH to NSX Manager and log in using root account
- Run the following command to check the connectivity on TCP port 443:
#nc -zv <host-ip> 443 - Example response when connection succeeded:
Connection to <host_ip> 443 port [tcp/*] succeeded! - Repeat the same steps for ports 80 and 902
- If the connection is not successful, then investigate with your firewall team where the port may be blocked.
- Check the connection from all three NSX Managers.
You can use netcat (nc) to confirm connectivity to the TCP ports (443, 1234 and 1235) from the Host Transport node(s) to the NSX Manager(s)
- Open SSH to Host Transport node and log in using root account
- Run the following command to check the connectivity on TCP port 443:
#nc -zv <NSX_Manager_IP> 443 - Example response when connection succeeded:
Connection to <NSX_Manager_IP> 443 port [tcp/*] succeeded! - Repeat the same steps for ports 1234 and 1235
- If the connection is not successful, then investigate with your firewall team where the port may be blocked.
- Check the connection from the Host Transport node to all 3 NSX Managers.