correction

pull/2369/head
Brian Shumate 2016-09-29 12:42:22 -04:00
parent 38e45f9641
commit d8080c27d5
No known key found for this signature in database
GPG Key ID: B2E211633F870928
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ We will also specify a [`bind` address](/docs/agent/options.html#_bind):
this is the address that Consul listens on, and it *must* be accessible by this is the address that Consul listens on, and it *must* be accessible by
all other nodes in the cluster. While a `bind` address is not strictly all other nodes in the cluster. While a `bind` address is not strictly
necessary, it's always best to provide one. Consul will by default attempt to necessary, it's always best to provide one. Consul will by default attempt to
listen on the first private IP on a system, but will fail to start with an listen on all IPv4 interfaces on a system, but will fail to start with an
error if multiple private IPs are found. Since production servers often error if multiple private IPs are found. Since production servers often
have multiple interfaces, specifying a `bind` address assures that you will have multiple interfaces, specifying a `bind` address assures that you will
never bind Consul to the wrong interface. never bind Consul to the wrong interface.