浏览代码

allow internal connection to port 8080 and 8443

Serghey Rodin 11 年之前
父节点
当前提交
0f8cb977b2
共有 3 个文件被更改,包括 6 次插入0 次删除
  1. 2 0
      install/debian/firewall/ports.conf
  2. 2 0
      install/rhel/firewall/ports.conf
  3. 2 0
      install/ubuntu/firewall/ports.conf

+ 2 - 0
install/debian/firewall/ports.conf

@@ -10,4 +10,6 @@ PROTOCOL='UDP' PORT='123'
 PROTOCOL='TCP' PORT='143'
 PROTOCOL='TCP' PORT='3306'
 PROTOCOL='TCP' PORT='5432'
+PROTOCOL='TCP' PORT='8080'
+PROTOCOL='TCP' PORT='8443'
 PROTOCOL='TCP' PORT='8083'

+ 2 - 0
install/rhel/firewall/ports.conf

@@ -10,4 +10,6 @@ PROTOCOL='UDP' PORT='123'
 PROTOCOL='TCP' PORT='143'
 PROTOCOL='TCP' PORT='3306'
 PROTOCOL='TCP' PORT='5432'
+PROTOCOL='TCP' PORT='8080'
+PROTOCOL='TCP' PORT='8443'
 PROTOCOL='TCP' PORT='8083'

+ 2 - 0
install/ubuntu/firewall/ports.conf

@@ -10,4 +10,6 @@ PROTOCOL='UDP' PORT='123'
 PROTOCOL='TCP' PORT='143'
 PROTOCOL='TCP' PORT='3306'
 PROTOCOL='TCP' PORT='5432'
+PROTOCOL='TCP' PORT='8080'
+PROTOCOL='TCP' PORT='8443'
 PROTOCOL='TCP' PORT='8083'