Unable to access Vcenter

Kaushik Srinivas 20 Reputation points
2026-06-10T07:22:40.5266667+00:00

Unable to access vcenter from jump machine. We verified if the fqdn is resolving from nslookup command and found out, it is successfully resolving.

Kindly need further assistance in resolving this.

Screen shots

image (2)

image (3)

Thanks & Regards

Kaushik

Azure VMware Solution
0 comments No comments

1 answer

Sort by: Newest
  1. Anonymous
    2026-06-10T07:39:43.3366667+00:00

    From the provided information, we can see that the FQDN is resolving correctly via nslookup, which confirms that DNS resolution is working as expected. However, the browser error “ERR_CONNECTION_TIMED_OUT” indicates that the issue is likely related to network connectivity (Layer 4/Layer 7) rather than DNS.

    Recommended next checks:

    1. Validate basic network connectivity
    2. From the jump machine, try: ping <vcenter FQDN/IP> Test-NetConnection <vcenter FQDN> -Port 443

    This helps confirm if the host is reachable and if HTTPS (port 443) is open.

    Check firewall / NSG / routing

    Verify proxy configuration (if applicable)

    • Check whether the jump machine is configured with a proxy that might be blocking access.
    • Confirm proxy bypass rules for vCenter FQDN.

    Test using IP instead of FQDN

    • Try accessing - https://<vcenter IP>
    • This helps isolate any remaining name resolution or certificate-related issues.

    Validate vCenter service status

    • Ensure vCenter services are up and responding internally.
    • Try accessing vCenter from another machine within the same network segment to confirm if the issue is jump machine specific.

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.