Merge pull request #4000 from hashicorp/docs-3984

website: document and warn users about disabling serf_wan port
This commit is contained in:
Jack Pearkes 2018-03-29 09:34:35 -07:00 committed by GitHub
commit 0834dff4aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -1127,7 +1127,9 @@ Consul will not enable TLS for the HTTP API unless the `https` port has been ass
* <a name="http_port"></a><a href="#http_port">`http`</a> - The HTTP API, -1 to disable. Default 8500. * <a name="http_port"></a><a href="#http_port">`http`</a> - The HTTP API, -1 to disable. Default 8500.
* <a name="https_port"></a><a href="#https_port">`https`</a> - The HTTPS API, -1 to disable. Default -1 (disabled). * <a name="https_port"></a><a href="#https_port">`https`</a> - The HTTPS API, -1 to disable. Default -1 (disabled).
* <a name="serf_lan_port"></a><a href="#serf_lan_port">`serf_lan`</a> - The Serf LAN port. Default 8301. * <a name="serf_lan_port"></a><a href="#serf_lan_port">`serf_lan`</a> - The Serf LAN port. Default 8301.
* <a name="serf_wan_port"></a><a href="#serf_wan_port">`serf_wan`</a> - The Serf WAN port. Default 8302. * <a name="serf_wan_port"></a><a href="#serf_wan_port">`serf_wan`</a> - The Serf WAN port. Default 8302. Set to -1
to disable. **Note**: this will disable WAN federation which is not recommended. Various catalog and WAN related
endpoints will return errors or empty results.
* <a name="server_rpc_port"></a><a href="#server_rpc_port">`server`</a> - Server RPC address. Default 8300. * <a name="server_rpc_port"></a><a href="#server_rpc_port">`server`</a> - Server RPC address. Default 8300.
* <a name="protocol"></a><a href="#protocol">`protocol`</a> Equivalent to the * <a name="protocol"></a><a href="#protocol">`protocol`</a> Equivalent to the
@ -1434,7 +1436,7 @@ Consul will not enable TLS for the HTTP API unless the `https` port has been ass
[watch documentation](/docs/agent/watches.html) for more detail. Watches can be [watch documentation](/docs/agent/watches.html) for more detail. Watches can be
modified when the configuration is reloaded. modified when the configuration is reloaded.
## <a id="ports"></a>Ports Used ## <a id="ports-used"></a>Ports Used
Consul requires up to 6 different ports to work properly, some on Consul requires up to 6 different ports to work properly, some on
TCP, UDP, or both protocols. Below we document the requirements for each TCP, UDP, or both protocols. Below we document the requirements for each