Updated FAQ entry
This commit is contained in:
parent
05ebb9db6f
commit
c9005797e8
|
@ -81,10 +81,4 @@ as well as race conditions between data updates and watch registrations.
|
||||||
|
|
||||||
## Q: What network ports does Consul use?
|
## Q: What network ports does Consul use?
|
||||||
|
|
||||||
Consul agents communicate on the following TCP and UDP ports:
|
The [Ports Used](https://www.consul.io/docs/agent/options.html#ports) section of the Configuration documentation lists all ports that Consul uses.
|
||||||
|
|
||||||
| 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 |
|
|
||||||
|
|
Loading…
Reference in New Issue