From b00bf0e43c9b6e615d8e166b0daaf0a717223bcf Mon Sep 17 00:00:00 2001 From: Joe M Date: Mon, 28 Dec 2015 05:35:08 -0500 Subject: [PATCH] Open TCP port 53 for dns --- install/ubuntu/14.04/firewall/ports.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/install/ubuntu/14.04/firewall/ports.conf b/install/ubuntu/14.04/firewall/ports.conf index a6ef4dae..b730d012 100644 --- a/install/ubuntu/14.04/firewall/ports.conf +++ b/install/ubuntu/14.04/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'