Re: [Nix-dev] NixOps: How do I bind services to internal IP addresses on GCE?

2015-06-24 Thread phreedom
On Tuesday, June 23, 2015 15:45:58 rocon...@theorem.ca wrote: cassandra[494]: Unable to bind to address db/104.154.75.66:7000. Set listen_address in cassandra.yaml to an interface you can bind to, e.g. your private IP address on EC2 You can try binding to 0.0.0.0 instead. This is just as safe

[Nix-dev] NixOps: How do I bind services to internal IP addresses on GCE?

2015-06-23 Thread roconnor
I'm trying to deploy a small network of cassandra servers. These servers will communicate with each other over an internal GCE network. I've specified a gce network like so: resources.gceNetworks.foo = credentials // { addressRange = 10.0.0.0/16; firewall.allow-cassandra = {