Created 04-03-2018 11:19 AM
Can you share your cassandra.yaml in the conf and check the variables listen_address and rpc_address
Created on 04-03-2018 02:05 PM - edited 08-18-2019 12:52 AM
Hello Sir ! here they are !
Created 04-03-2018 04:32 PM
Update Cassandra to listen for connections on the local machine’s IP address instead of on “localhost”
Something like this
listen_address: 192.168.3.133 rpc_address: 192.168.3.133
where 192.168.3.133 is the address of the machine running Cassandra in my case. Use your machine’s IP address in your setup.
Please revert