Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fdb] problem connecting from a different server #5

Open
lfmunoz opened this issue Jun 3, 2020 · 1 comment
Open

[fdb] problem connecting from a different server #5

lfmunoz opened this issue Jun 3, 2020 · 1 comment

Comments

@lfmunoz
Copy link
Owner

lfmunoz commented Jun 3, 2020

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
Copy link
Owner Author

lfmunoz commented Jun 3, 2020

work around is to do:
--network=host

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant