From 0f8cb977b2ce376150eed9397fe1fef8ed58b9e3 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Thu, 23 Oct 2014 17:08:57 +0300 Subject: [PATCH] allow internal connection to port 8080 and 8443 --- install/debian/firewall/ports.conf | 2 ++ install/rhel/firewall/ports.conf | 2 ++ install/ubuntu/firewall/ports.conf | 2 ++ 3 files changed, 6 insertions(+) diff --git a/install/debian/firewall/ports.conf b/install/debian/firewall/ports.conf index 8a11d622b..8b371f2e5 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 8a11d622b..8b371f2e5 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 8a11d622b..8b371f2e5 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'