فهرست منبع

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'