Connection direction vs configuration mode

The host parameter defines the whether this node should attempt a connection to the defined endpoint or not.

Agent 1 has the parent master endpoint configured.

  • Needs to actively connect to the parent master
object Endpoint "master.localdomain" {
  host = "192.168.56.101"
}
  • Agent waits for the master to connect
object Endpoint "master.localdomain" {

}

Cheers,
Michael

1 Like