From 7d9062c52c45bfaf8f8cdaaf701f8bfc31a097cd Mon Sep 17 00:00:00 2001 From: Derek Strickland <1111455+DerekStrickland@users.noreply.github.com> Date: Tue, 31 Aug 2021 10:29:33 -0400 Subject: [PATCH] Add firewall statement to requirements (#11106) This PR adds a sentence about configuring your firewall to allow required Nomad ports. This is being added to help search discoverability. This closes issue #11076 --- website/content/docs/install/production/requirements.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/content/docs/install/production/requirements.mdx b/website/content/docs/install/production/requirements.mdx index 738441b45..77d247eac 100644 --- a/website/content/docs/install/production/requirements.mdx +++ b/website/content/docs/install/production/requirements.mdx @@ -61,7 +61,8 @@ of having a single "global" region and many datacenter. Nomad requires 3 different ports to work properly on servers and 2 on clients, some on TCP, UDP, or both protocols. Below we document the requirements for each -port. +port. If you use a firewall of any type, you must ensure that it is configured to +allow the following traffic. - HTTP API (Default 4646). This is used by clients and servers to serve the HTTP API. TCP only.