Skip to content
This repository has been archived by the owner on Dec 19, 2017. It is now read-only.

Nodes can't communicate over the internet #312

Open
adagys opened this issue Mar 29, 2017 · 1 comment
Open

Nodes can't communicate over the internet #312

adagys opened this issue Mar 29, 2017 · 1 comment

Comments

@adagys
Copy link

adagys commented Mar 29, 2017

I'm trying to deploy a Copycat cluster on Azure and getting issues if the nodes aren't on the same private network.

If I try to start a server with the public IP of the machine, it fails:

[copycat-server-/<publicIp>:10101-copycat] netty.NettyServer.listen - Binding to /<publicIp>:10101
[copycat-server-/<publicIp>:10101-copycat] server.CopycatServer.lambda$start$30 - Failed to start server!

which makes sense, since it's not on any of the interfaces.

If I try to bind it to 0.0.0.0, it works, but then 0.0.0.0:X gets advertised as the server (member) address in requests and nodes can't send back any responses.

@adagys
Copy link
Author

adagys commented May 30, 2017

Just want to follow up on this – are there any plans to support cross-network deployments?

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

No branches or pull requests

1 participant