Re: can't reach cassandra outside my lan

2017-11-30 Thread Andrea Giordano
just tried, without results. telnet my_ip 9042 returns connection refused and lsof -n -i4TCP:9042 | grep LISTEN returns no output > On 30 Nov 2017, at 19:42, Jon Haddad wrote: > > Cassandra is listening on your localhost address, 127.0.0.1, not your > laptop’s address on the network. Set rpc_

Re: can't reach cassandra outside my lan

2017-11-30 Thread Jon Haddad
Cassandra is listening on your localhost address, 127.0.0.1, not your laptop’s address on the network. Set rpc_address to the address on your network, or use rpc_interface and let Cassandra figure it out. > On Nov 30, 2017, at 10:38 AM, Andrea Giordano > wrote: > > Hi, osx user here. > I hav

can't reach cassandra outside my lan

2017-11-30 Thread Andrea Giordano
Hi, osx user here. I have installed a simple Cassandra db on my laptop and I would like to query it outside the Lan. So I set port forwarding and port triggering on my router (vodafone station) to link external 9042 to internal 9042. Moreover I set on cassandra.yaml the broadcast_rpc_address to