I have tried to set these in cassandra.yaml:
rpc_address: 192.168.1.xx listen_address: 192.168.1.xx broadcast_address: 192.168.1.xx
rpc_address: 0.0.0.0 listen_address: 192.168.1.xx broadcast_address: 192.168.1.xx
in both cases, i can only access from localhost (127.0.0.1)
but when i look at the nodetool status it shows this
[root@localhost conf]# nodetool status
-- Address Load Tokens Owns (effective) Host ID Rack UN 192.168.1.xx 1.23 MB 256 100.0% cedb8433-a3b3-4fb4-bee7-dae6174712ef rack1
what to do to set it correctly for external access?