mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 15:45:51 +03:00
[GH-ISSUE #334] websockify on host? #251
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 @MACscr on GitHub (Jun 14, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/334
The install instructions dont mention anything about needing to install novnc/websockify on the kvm hosts. Im currently connected to the host through tcp (ssh gave 500 errors) and when I try to connect to the console of my first guest, it says "Server disconnected (code: 1006)". I can only assume its because there is nothing vnc related installed on the host.
Am I missing something obvious? Does novnc/websockify need to be installed on the kvm hosts? if so, do i follow the same directions as the ones for the webvirtmgr host?
@daniviga commented on GitHub (Jun 14, 2014):
You need novnc installed on the web frontend and to allow incoming connections on port 6080.
On the KVM hosts you need to allow incoming VNC connections (usually on port 5900 and up) from the frontend.
@MACscr commented on GitHub (Jun 14, 2014):
i don’t have a firewall setup right now on either system though. So that shouldn’t be the issue.
-Mark
@zaraki673 commented on GitHub (Jun 16, 2014):
Same issue here, webvirtmgr install on a fresh centos6.5, and hosts on an other computer with centos 6.5, where can i find novnc log ?
@retspen commented on GitHub (Jun 16, 2014):
You can run webvirtmgr-novnc manually and than you can see all debug:
@zaraki673 commented on GitHub (Jun 18, 2014):
sorry, reverse proxy error for me ;)
@retspen commented on GitHub (Jun 19, 2014):
Simple test from client computer:
$ telnet ip_web_server 6080Simple test from web server:
$ telnet ip_host_server 5900