You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 19, 2017. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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:
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 then0.0.0.0:X
gets advertised as the server (member) address in requests and nodes can't send back any responses.The text was updated successfully, but these errors were encountered: