|
|
@@ -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"
|