lfmunoz / devOps

GNU Affero General Public License v3.0
0 stars 0 forks source link

[fdb] problem connecting from a different server #5

Open lfmunoz opened 4 years ago

lfmunoz commented 4 years ago

when connecting from another server I get

Unable to communicate with the cluster controller at 172.17.0.2:4500 to get
status.

https://apple.github.io/foundationdb/configuration.html

/etc/foundationdb# cat foundationdb.conf

public_address = auto:$ID listen_address = public

public_address: The publicly visible IP:Port of the process. If auto, the address will be the one used to communicate with the coordination servers.

listen_address: The IP:Port that the server socket should bind to. If public, it will be the same as the public_address.

lfmunoz commented 4 years ago

work around is to do: --network=host