Skip to content

Commit

Permalink
website: document and warn users about disabling serf_wan port
Browse files Browse the repository at this point in the history
See #3984 for more.

This also fixes a link to a heading that existed twice in the document.
  • Loading branch information
pearkes committed Mar 29, 2018
1 parent 4b4c071 commit e65f66a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions website/source/docs/agent/options.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -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="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_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="protocol"></a><a href="#protocol">`protocol`</a> Equivalent to the
Expand Down Expand Up @@ -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
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
TCP, UDP, or both protocols. Below we document the requirements for each
Expand Down

0 comments on commit e65f66a

Please sign in to comment.