Re: broadcast address on EC2 without Elastic IPs.

2015-10-01 Thread Bryan Cheng
Hey Renato, As far as I can tell, the reason you're getting private IP addresses back is that the node you're connecting to is relaying back the way that _it_ knows where to find other nodes, which is a function of the gossip state. This is expected behavior. Mixed Private/Public IP spaces

broadcast address on EC2 without Elastic IPs.

2015-09-30 Thread Renato Perini
Hello! I have configured a small cluster composed of three nodes on Amazon EC2. The 3 machines don't have an elastic IP (static address) so the public address changes at every reboot. I have a machine with a static ip that I use as a bridge to access the other 3 cassandra nodes through SSH. On

Re: broadcast address on EC2 without Elastic IPs.

2015-09-30 Thread Paulo Motta
You may get a better/faster response by asking directly on the java driver list: https://groups.google.com/a/lists.datastax.com/forum/#!forum/java-driver-user 2015-09-30 10:24 GMT-04:00 Renato Perini : > Hello! > I have configured a small cluster composed of three nodes