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

This commit is contained in:
James Phillips 2016-03-09 21:21:49 -08:00
parent 793195b7d8
commit b2992a5e83
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
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
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.
## <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
items which are reloaded include:

View File

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