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