You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2018/04/19 18:41:50 UTC

[cloudstack-docs-install] branch 4.11 updated: CLOUDSTACK-10333: update docs to enable libvirtd tls port (#36)

This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch 4.11
in repository https://gitbox.apache.org/repos/asf/cloudstack-docs-install.git


The following commit(s) were added to refs/heads/4.11 by this push:
     new fa75631  CLOUDSTACK-10333: update docs to enable libvirtd tls port (#36)
fa75631 is described below

commit fa756312358af17b65e811d9a95ea5274a78bf94
Author: Rohit Yadav <ro...@apache.org>
AuthorDate: Fri Apr 20 00:11:48 2018 +0530

    CLOUDSTACK-10333: update docs to enable libvirtd tls port (#36)
    
    Signed-off-by: Rohit Yadav <ro...@apache.org>
---
 source/hypervisor/kvm.rst | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/source/hypervisor/kvm.rst b/source/hypervisor/kvm.rst
index 91c0ddf..e713ee7 100644
--- a/source/hypervisor/kvm.rst
+++ b/source/hypervisor/kvm.rst
@@ -991,7 +991,7 @@ using a firewall):
 
 #. 1798
 
-#. 16509 (libvirt)
+#. 16509, 16514 (libvirt)
 
 #. 5900 - 6100 (VNC consoles)
 
@@ -1020,6 +1020,9 @@ extra ports by executing the following iptable commands:
    $ iptables -I INPUT -p tcp -m tcp --dport 16509 -j ACCEPT
 
 .. sourcecode:: bash
+   $ iptables -I INPUT -p tcp -m tcp --dport 16514 -j ACCEPT
+
+.. sourcecode:: bash
 
    $ iptables -I INPUT -p tcp -m tcp --dport 5900:6100 -j ACCEPT
 
@@ -1057,6 +1060,10 @@ To open the required ports, execute the following commands:
 
 .. sourcecode:: bash
 
+   $ ufw allow proto tcp from any to any port 16514
+
+.. sourcecode:: bash
+
    $ ufw allow proto tcp from any to any port 5900:6100
 
 .. sourcecode:: bash

-- 
To stop receiving notification emails like this one, please contact
rohit@apache.org.