Displaying 1 result from an estimated 1 matches for "12ce342".
Did you mean:
12342
2011 Aug 25
0
[PATCH node] Remove libvirt-cim
...-A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
-A INPUT -p ipv6-icmp -j ACCEPT
-A INPUT -i lo -j ACCEPT
-# libvirt-cim
--A INPUT -p tcp --dport 5989 -j ACCEPT
# SSH
-A INPUT -p tcp --dport 22 -j ACCEPT
# guest consoles
diff --git a/recipe/rhevh6-post.ks b/recipe/rhevh6-post.ks
index 12ce342..7386249 100644
--- a/recipe/rhevh6-post.ks
+++ b/recipe/rhevh6-post.ks
@@ -168,8 +168,6 @@ cat > /etc/sysconfig/iptables << \EOF
-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...