Update documentation - add Network Ports.

Update security.html.markdown add section on Network Port usage.
TODO: add Atlas port usage.
This commit is contained in:
csawyerYumaed 2016-02-23 11:27:15 -08:00
parent 05bc9149a5
commit 5026a40ec1
1 changed files with 8 additions and 0 deletions

View File

@ -53,3 +53,11 @@ When designing security into a system you design it to fit the threat model.
Our goal is not to protect top secret data but to provide a "reasonable"
level of security that would require an attacker to commit a considerable
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)