Re: IPv6-only host, can't seem to get Cassandra to bind to a public port

2017-04-11 Thread Martijn Pieters
: true” set as well, but without luck. I note that I have the default “rpc_address: localhost”, so it’ll bind to the lo loopback, which has IPv4 configured already. Not that using “rpc_address: ‘::1’” instead works (same error, so I can’t bind to the IPv6 localhost address either). Martijn Pieters

Re: IPv6-only host, can't seem to get Cassandra to bind to a public port

2017-04-12 Thread Martijn Pieters
> inet6 addr: fe80 :: *** : : : Scope:Link > > Not sure if this might be of relevance to the issue you are facing. I already stated I tried both the initial email. Martijn Pieters

IPv6-only host, can't seem to get Cassandra to bind to a public port

2017-04-11 Thread Martijn Pieters
error message to: ERROR [main] 2017-04-11 10:35:16,426 CassandraDaemon.java:752 - Exception encountered during startup: Configured listen_interface "eth0" could not be found What else can I do? Martijn Pieters

Re: IPv6-only host, can't seem to get Cassandra to bind to a public port

2017-04-12 Thread Martijn Pieters
From: "Khaja, Raziuddin (NIH/NLM/NCBI) [C]" > Maybe you have to escape the IPV6 addresses in the cassandra.yaml in the same > way. > I think it’s worth a try. Nope, no luck. You get an error instead: ERROR [main] 2017-04-12 20:03:46,899 CassandraDaemon.java:752 -

Re: IPv6-only host, can't seem to get Cassandra to bind to a public port

2017-04-13 Thread Martijn Pieters
rface_prefer_ipv6: false Also, looking at my config, I can confirm that it is uneccessary or wrong to escape the ipv6 address with \ as I suggested before. -Razi On 4/12/17, 4:05 PM, "Martijn Pieters" <mjpiet...@fb.com> wrote: From: "Kh

Re: IPv6-only host, can't seem to get Cassandra to bind to a public port

2017-04-13 Thread Martijn Pieters
On 13/04/2017, 15:06, "Khaja, Raziuddin (NIH/NLM/NCBI) [C]" wrote: > Looking at your original message: >