Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C0388104FD for ; Mon, 3 Feb 2014 11:42:52 +0000 (UTC) Received: (qmail 15095 invoked by uid 500); 3 Feb 2014 11:42:52 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 14872 invoked by uid 500); 3 Feb 2014 11:42:49 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 14865 invoked by uid 99); 3 Feb 2014 11:42:48 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Feb 2014 11:42:48 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 34B068C1A23; Mon, 3 Feb 2014 11:42:48 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: widodh@apache.org To: commits@cloudstack.apache.org Message-Id: <26d8d5416e2b4a239b20bc26ea55b578@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: kvm: It's no longer required to have VNC listen in 0.0.0.0 Date: Mon, 3 Feb 2014 11:42:48 +0000 (UTC) Updated Branches: refs/heads/master 4ae5cb519 -> 4f17c0bf0 kvm: It's no longer required to have VNC listen in 0.0.0.0 In both the master and 4.3 branch there is a patch which sets the VNC address to the private IP of the hypervisor and during migration this will be changed to the private IP of the destination hypervisor. Binding VNC on 0.0.0.0 is a potential security issue with the hypervisors also have a public IP address and the VNC ports are not firewalled. Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/commit/4f17c0bf Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/tree/4f17c0bf Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/diff/4f17c0bf Branch: refs/heads/master Commit: 4f17c0bf02bfe292972bf631387c1e37c5e9995d Parents: 4ae5cb5 Author: Wido den Hollander Authored: Mon Feb 3 12:37:17 2014 +0100 Committer: Wido den Hollander Committed: Mon Feb 3 12:37:17 2014 +0100 ---------------------------------------------------------------------- en-US/hypervisor-host-install-libvirt.xml | 5 ----- 1 file changed, 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/4f17c0bf/en-US/hypervisor-host-install-libvirt.xml ---------------------------------------------------------------------- diff --git a/en-US/hypervisor-host-install-libvirt.xml b/en-US/hypervisor-host-install-libvirt.xml index c4be67e..d3d6b9b 100644 --- a/en-US/hypervisor-host-install-libvirt.xml +++ b/en-US/hypervisor-host-install-libvirt.xml @@ -47,11 +47,6 @@ libvirtd_opts="-d -l" - In order to have the VNC Console work we have to make sure it will bind on 0.0.0.0. We do this by editing /etc/libvirt/qemu.conf - Make sure this parameter is set: - vnc_listen = "0.0.0.0" - - Restart libvirt In RHEL or CentOS: $ service libvirtd restart