mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 07:35:50 +03:00
[GH-ISSUE #669] Console Access over Web Proxy #510
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @flighter18 on GitHub (Jul 31, 2018).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/669
Hi there
I configured an environment like this:
Proxy Server
IP External 10.147.10.10
IP internal 192.168.1.18
Nginx Proxy Server (https mode on IP External | http proxy pass to 192.168.1.46)
webvirtmgr Server
IP internal 192.168.1.46
Nginx with webvirtmgr (http mode)
kvm1 Server
IP internal 192.168.1.7
kvm2 Server
IP internal 192.168.1.34
When I access the webvirtmgr Server from internal IP address (192.168.1.46) I can access the VM console but i can't access the VNC console, when I connect to the external IP Address 10.147.10.10.
Failure: Server disconnected (code: 1006)
I opened the port 6080 and configured the variable "WS_PUBLIC_HOST" to 192.168.1.18.
Is there any way to access the console from the extermal IP Address ?
Best regards
@skywind3000 commented on GitHub (Oct 24, 2018):
+1