From c41ace5f60cb7780622098dc4e66b09e399ae61b Mon Sep 17 00:00:00 2001 From: Brian Shumate Date: Fri, 29 Jul 2016 14:43:51 -0400 Subject: [PATCH] Updated FAQ entry --- website/source/docs/faq.html.markdown | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/website/source/docs/faq.html.markdown b/website/source/docs/faq.html.markdown index a79fd2a0ea..a88909cc55 100644 --- a/website/source/docs/faq.html.markdown +++ b/website/source/docs/faq.html.markdown @@ -81,10 +81,4 @@ as well as race conditions between data updates and watch registrations. ## Q: What network ports does Consul use? -Consul agents communicate on the following TCP and UDP ports: - -| Port | Protocol | Description | -| ------ | --------- | ----------------------------------------------------| -| 8300 | TCP | RPC for client/server and server/server replication | -| 8301 | TCP & UDP | LAN gossip from client/client and client/server | -| 8302 | TCP | WAN gossip from server/server | +The [Ports Used](https://www.consul.io/docs/agent/options.html#ports) section of the Configuration documentation lists all ports that Consul uses.