GitHub user wagnerdracha closed a discussion: Alternative port with console proxy
<!-- Verify first that your issue/request is not already reported on GitHub. Also test if the latest release and main branch are affected too. Always add information AFTER of these HTML comments, but no need to delete the comments. --> ##### ISSUE TYPE <!-- Pick one below and delete the rest --> * Other ##### COMPONENT NAME <!-- Categorize the issue, e.g. API, VR, VPN, UI, etc. --> Instances ##### CLOUDSTACK VERSION <!-- New line separated list of affected versions, commit ID for issues on main branch. --> CloudStack 4.19.1.0 ##### CONFIGURATION <!-- Information about the configuration if relevant, e.g. basic network, advanced networking, etc. N/A otherwise --> ##### OS / ENVIRONMENT <!-- Information about the environment if relevant, N/A otherwise --> Ubuntu ##### SUMMARY <!-- Explain the problem/feature briefly --> I access my cloudstack by https://example.com:8080/ I don't have all control of my modem ports. My ISP just give control of ports >= 1025. So, I need to do a port forward to access externally of my network. When I login with cliente and try to access the proxy console, it try to connect with internal IP like 192.168.10.50. E.g.: http://192.168.10.50/resource/noVNC/vnc.html?autoconnect=true&port=8080&token=[TOKEN] Look here that the host address don't have the port 8080: *http://192.168.10.50*/.... So, how can I do a port forwarding to access enternally? What IP I have to point on port forwarding, management server? And if I utilize a hostname (like *.consoleproxy.exemple.com.br), how can I add the port to this console proxy? I saw that i have to update a configuration on global setting with the subdomain, so I created: *.consoleproxy.exemple.com.br Now, when I acess the console proxy I got this url: http://192.168.10.50.consoleproxy.exemple.com.br/resource/noVNC/vnc.html?autoconnect=true&port=8080&token=[TOKEN] (something like that), cloudstack don“t access. I didn't configure the SSL options. How can I configure that option? Thansk in advanced! GitHub link: https://github.com/apache/cloudstack/discussions/9713 ---- This is an automatically sent email for users@cloudstack.apache.org. To unsubscribe, please send an email to: users-unsubscr...@cloudstack.apache.org