How do I test network port connectivity from a vCenter applicance server?

Problem:

How do I test network port connectivity from a vCenter appliance server?

Solution:

Login to the vCenter appliance using SSH and run the below.  This will test the IP 10.10.0.140 for port 389 connectivity.

shell

curl -v telnet://10.10.0.140:389

Leave a Reply

Your email address will not be published. Required fields are marked *