From bb18ffab275292a3a62ff39649f0aeed1d18f9ff Mon Sep 17 00:00:00 2001 From: Brian Shumate Date: Fri, 7 Jul 2017 12:38:56 -0400 Subject: [PATCH] DOCS: Add note in Ports Used section (#3241) - Add note about port 8302 to address #3058 --- website/source/docs/agent/options.html.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/website/source/docs/agent/options.html.md b/website/source/docs/agent/options.html.md index d52c16998..8e5eb7624 100644 --- a/website/source/docs/agent/options.html.md +++ b/website/source/docs/agent/options.html.md @@ -1176,7 +1176,10 @@ port. Required by all agents. TCP and UDP. * Serf WAN (Default 8302). This is used by servers to gossip over the - WAN to other servers. TCP and UDP. + WAN to other servers. TCP and UDP. As of Consul 0.8, it is recommended to + enable connection between servers through port 8302 for both TCP and UDP on + the LAN interface as well for the WAN Join Flooding feature. See also: + [Consul 0.8.0 CHANGELOG](https://github.com/hashicorp/consul/blob/master/CHANGELOG.md#080-april-5-2017) and [GH-3058](https://github.com/hashicorp/consul/issues/3058) * CLI RPC (Default 8400). This is used by all agents to handle RPC from the CLI, but is deprecated in Consul 0.8 and later. TCP only.