From 1c24b05a1e6c3d68eefadecc0c3b7443f700c74d Mon Sep 17 00:00:00 2001 From: Joe M Date: Mon, 28 Dec 2015 05:28:25 -0500 Subject: [PATCH] Open TCP port 53 for dns --- install/rhel/5/firewall/ports.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/install/rhel/5/firewall/ports.conf b/install/rhel/5/firewall/ports.conf index a6ef4dae5..b730d012c 100644 --- a/install/rhel/5/firewall/ports.conf +++ b/install/rhel/5/firewall/ports.conf @@ -2,6 +2,7 @@ PROTOCOL='TCP' PORT='20' PROTOCOL='TCP' PORT='21' PROTOCOL='TCP' PORT='22' PROTOCOL='TCP' PORT='25' +PROTOCOL='TCP' PORT='53' PROTOCOL='UDP' PORT='53' PROTOCOL='TCP' PORT='80' PROTOCOL='TCP' PORT='443'