DOCS: Add note in Ports Used section (#3241)

- Add note about port 8302 to address #3058
This commit is contained in:
Brian Shumate 2017-07-07 12:38:56 -04:00 committed by James Phillips
parent e168ef0513
commit 7ae25f6c7e

View File

@ -1176,7 +1176,10 @@ port.
Required by all agents. TCP and UDP. Required by all agents. TCP and UDP.
* Serf WAN (Default 8302). This is used by servers to gossip over the * 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 * 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. from the CLI, but is deprecated in Consul 0.8 and later. TCP only.