[Ovirt-devel] [PATCH node] Open libvirt tls port in rhevh firewall

Mike Burns mburns at redhat.com
Fri Jul 29 18:58:06 UTC 2011


rhbz#715296

Signed-off-by: Mike Burns <mburns at redhat.com>
---
 recipe/rhevh6-post.ks |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/recipe/rhevh6-post.ks b/recipe/rhevh6-post.ks
index 8ca69cc..3329e19 100644
--- a/recipe/rhevh6-post.ks
+++ b/recipe/rhevh6-post.ks
@@ -166,6 +166,8 @@ cat > /etc/sysconfig/iptables << \EOF
 -A INPUT -i lo -j ACCEPT
 # vdsm
 -A INPUT -p tcp --dport 54321 -j ACCEPT
+# libvirt tls
+-A INPUT -p tcp --dport 16514 -j ACCEPT
 # libvirt-cim
 -A INPUT -p tcp --dport 5989 -j ACCEPT
 # SSH
@@ -191,6 +193,8 @@ cat > /etc/sysconfig/ip6tables << \EOF
 -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
 -A INPUT -p ipv6-icmp -j ACCEPT
 -A INPUT -i lo -j ACCEPT
+# libvirt tls
+-A INPUT -p tcp --dport 16514 -j ACCEPT
 # libvirt-cim
 -A INPUT -p tcp --dport 5989 -j ACCEPT
 # SSH
-- 
1.7.4.4




More information about the ovirt-devel mailing list