[Nix-dev] NixOps: How do I bind services to internal IP addresses on GCE?
phreedom at yandex.ru
phreedom at yandex.ru
Wed Jun 24 11:08:14 CEST 2015
On Tuesday, June 23, 2015 15:45:58 roconnor at 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 as binding to the
internal IP since the external IP is NATed to the internal one unless my
memory fails me.
More information about the nix-dev
mailing list