Platform9 Generic
Latest
Frequently Asked Questions
How To
Solution
Internal Only
Templates
Powered By

Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Test Host Connectivity to the Management Plane via Proxy
Copy Markdown
Open in ChatGPT
Open in Claude
Problem
- Hosts are denied direct connectivity to Platform9 Cloud (Management Plane).
- Connectivity to the Management Plane is forwarded by a proxy server. In such cases, testing connectivity using
telnetwon't help.
Environment
- Platform9 Managed OpenStack - All Versions
- Platform9 Managed Kubernetes - All Versions
Procedure
- Connectivity the the Platform9 Cloud (Management Plane) via proxy server can be tested on the host using the curl command. The syntax is as follows.
xxxxxxxxxx$ curl -Lv -x [http/https]://[PROXY_FQDN/IP]:[PORT_NUMBER] https://[MANGEMENT_PLANE_FQDN]Example:
PROXY_FQDN/IP: proxy.com
PORT_NUMBER: 8080
MANAGEMENT_PLANE_FQDN: portal.platform9.net
- If the proxy server is configured for http, use the following curl command.
xxxxxxxxxx$ curl -Lv -x http://proxy.com:8080 https://portal.platform9.net- However, if it is configured for https, tweak the command as shown below.
xxxxxxxxxx$ curl -Lv -x https://proxy.com:8080 https://portal.platform9.net- Certain proxy servers forward request only after authentication. Pass the credentials to the curl command using the -U option, as shown where admin is the username and platform9 is the password.
xxxxxxxxxx$ curl -Lv -U admin:platform9 -x http://proxy.com:8080 https://portal.platform9.net- If the proxy server authenticates using Microsoft's security protocol NTLM(New Technology LAN Manager) then pass the option
--proxy-ntlmand domain. Prepend the domain to the username separated by two backward slashes (\). For example, if the domain is cloud then run as follows.
xxxxxxxxxx$ curl -Lv --proxy-ntlm -U cloud\\admin:platform9 -x http://proxy.com:8080 https://portal.platform9.netAdditional Information
VariableType to search · ESC to discard
GlossaryType to search · ESC to discard
InsertType to search · ESC to discard
No matches
Last updated on
Was this page helpful?
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message