mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 23:55:57 +03:00
[GH-ISSUE #479] Console ( novnc ) assumes KVM is running vnc on 127.0.0.1 #355
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 @davidlublink on GitHub (Dec 9, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/479
If I have a virtual machine ( kvm ) with the following as the VNC display, everything works fine 👍
However, if I specify a binding address other than 127.0.0.1, vnc fails to connect. For example :
Extract from log :
2: connecting to: localhost:5955
2: handler exception: [Errno 111] Connection refused
@davidlublink commented on GitHub (Dec 9, 2014):
Work around : Don't change the listen address of your virtual machines to anything other than localhost.
@brenard commented on GitHub (Jan 24, 2015):
Hello,
The last version known how to deal with this kind of configuration. Support of graphic device using Unix socket, or listenning on localhost on a remote host is recently had. In case of graphic device listenning on another address than localhost, WebVirtMrg will try to directly connect so your firewall have to leave it openned. You mean upgrade your installation.