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
This commit is contained in:
Derek Strickland
2021-08-31 10:29:33 -04:00
committed by GitHub
parent 2998c4b05f
commit 7d9062c52c

View File

@@ -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.