I have a cassandra node at a machine. When I access cqlsh from the same machne it works properly.
But when I tried to connect to it\'s cqlsh using \"192.x.x.x\" from
Set the following config parameter in cassandra.yaml file (For CentOS it is located in /etc/cassandra/default.conf)
rpc_address: 0.0.0.0
Verify that following values are same as below(usually they are default)
start_native_transport:true
native_transport_port:9042
Last step for CentOS , Update the firewall configuration and allow port 9042 through for incoming connections