From 3f5bc76df1476f7cfaa572b830f8485928a6151d Mon Sep 17 00:00:00 2001 From: James Rasell Date: Fri, 12 Aug 2022 10:14:14 +0200 Subject: [PATCH] docs: correctly state RPC port is used by servers and clients. (#14091) --- website/content/docs/concepts/security.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/concepts/security.mdx b/website/content/docs/concepts/security.mdx index b7119e2b6..3b184baf1 100644 --- a/website/content/docs/concepts/security.mdx +++ b/website/content/docs/concepts/security.mdx @@ -327,7 +327,7 @@ There are two main components to consider to for external threats in a Nomad clu | **Port / Protocol** | Agents | Description | | -------------------- | ------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | **4646** / TCP | All | [HTTP](https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol) to provide [UI](https://learn.hashicorp.com/tutorials/nomad/web-ui-access) and [API](/api-docs) access to agents. | -| **4647** / TCP | Servers | [RPC](https://en.wikipedia.org/wiki/Remote_procedure_call) protocol used by agents. | +| **4647** / TCP | All | [RPC](https://en.wikipedia.org/wiki/Remote_procedure_call) protocol used by agents. | | **4648** / TCP + UDP | Servers | [gossip](/docs/concepts/gossip) protocol to manage server membership using [Serf](https://www.serf.io/). |