Adds a reference to the network ports from the security page.

pull/1820/head
James Phillips 2016-03-09 21:21:49 -08:00
parent 5026a40ec1
commit c1de5b7a13
2 changed files with 9 additions and 7 deletions

View File

@ -688,7 +688,7 @@ definitions support being updated during a reload.
[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.
## Ports Used ## <a id="ports"></a>Ports Used
Consul requires up to 5 different ports to work properly, some on Consul requires up to 5 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
@ -711,7 +711,11 @@ port.
* DNS Interface (Default 8600). Used to resolve DNS queries. TCP and UDP. * DNS Interface (Default 8600). Used to resolve DNS queries. TCP and UDP.
## <a id="reloadable-configuration"></a>Reloadable Configuration</a> Consul will also make an outgoing connection to HashiCorp's servers for
Atlas-related features and to check for the availability of newer versions
of Consul. This will be a TLS-secured TCP connection to `scada.hashicorp.com:7223`.
## <a id="reloadable-configuration"></a>Reloadable Configuration
Reloading configuration does not reload all configuration items. The Reloading configuration does not reload all configuration items. The
items which are reloaded include: items which are reloaded include:

View File

@ -56,8 +56,6 @@ amount of resources to defeat.
## Network Ports ## Network Ports
Consul uses the following ports on the network: For configuring network rules to support Consul, please see [Ports Used](/docs/agent/options.html#ports)
* TCP 8300 (RPC - LAN & WAN) for a listing of network ports used by Consul and details about which features
* TCP & UDP 8301 (LAN GOSSIP) they are used for.
* TCP & UDP 8302 (WAN GOSSIP)
* TCP 8500 (WEBUI - not enabled by default)