浏览代码

openstack console

Maarten A. 'tBKwtWS' Hoving 7 年之前
父节点
当前提交
2b98aab3f2
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      iptables.up.rules

+ 3 - 0
iptables.up.rules

@@ -117,6 +117,9 @@
 #-A OUTPUT -d 244.0.0.1 -j clutter -m comment --comment "Multicast DNS"
 #-A INPUT -d 224.0.0.1 -j clutter -m comment --comment "Multicast DNS"
 
+# Openvps console
+-A OUTPUT -d openstack.cloudvps.com -p tcp -m tcp --sport 49152:65535 --dport 6080 -j ACCEPT -m comment --comment "Openvps console"
+
 # IRC
 -A OUTPUT -p tcp -m tcp --sport 32768:65535 --dport 6667 -j ACCEPT
 -A OUTPUT -p tcp -m tcp --sport 32768:65535 --dport 6697 -j ACCEPT -m comment --comment "ircs"