diff --git a/website/source/docs/agent/options.html.markdown b/website/source/docs/agent/options.html.markdown index e1ae91113..0e00c406d 100644 --- a/website/source/docs/agent/options.html.markdown +++ b/website/source/docs/agent/options.html.markdown @@ -41,6 +41,14 @@ The options below are all specified on the command-line. If this address is not routable, the node will be in a constant flapping state as other nodes will treat the non-routability as a failure. +* `-advertise-wan` - The advertise wan + address is used to change the address that we advertise to server nodes joining + through the WAN. By default, the [`-advertise`](#_advertise) address is advertised. + However, in some cases all members of all datacenters cannot be on the same + physical or virtual network, especially on hybrid setups mixing cloud and private datacenters. + This flag enables server nodes gossiping through the public network for the WAN while using + private VLANs for gossiping to each other and their client agents. + * `-atlas` - This flag enables [Atlas](https://atlas.hashicorp.com) integration. It is used to provide the Atlas infrastructure name and the SCADA connection. @@ -312,6 +320,9 @@ definitions support being updated during a reload. * `advertise_addr` Equivalent to the [`-advertise` command-line flag](#_advertise). +* `advertise_addr_wan` Equivalent to + the [`-advertise-wan` command-line flag](#_advertise-wan). + * `atlas_acl_token` When provided, any requests made by Atlas will use this ACL token unless explicitly overriden. When not provided the [`acl_token`](#acl_token) is used. This can be set to 'anonymous' to reduce permission below