Преглед на файлове

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'