diff --git a/install/debian/firewall/ports.conf b/install/debian/firewall/ports.conf index 8a11d622..8b371f2e 100644 --- a/install/debian/firewall/ports.conf +++ b/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' diff --git a/install/rhel/firewall/ports.conf b/install/rhel/firewall/ports.conf index 8a11d622..8b371f2e 100644 --- a/install/rhel/firewall/ports.conf +++ b/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' diff --git a/install/ubuntu/firewall/ports.conf b/install/ubuntu/firewall/ports.conf index 8a11d622..8b371f2e 100644 --- a/install/ubuntu/firewall/ports.conf +++ b/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'