0

I read a question with answer here

Quoted from there is:

You can ensure this by using "telnet thecassandrahost 9042" from the remote machine, it should not work.

He said that I can ensure by using telnet from the remote machine.
My question : Is there a way to ensure other than using telnet? Im using Windows Server 2012 R2
Thanks.

Calvin
  • 554
  • 8
  • 22
  • 1
    Basically, you need to check if there is socket listening to port 9042. Hence, except from `telnet`, there is various commands such as `netstat`, `ping`, etc. Depend on your OS, you can use corresponding command. – sayboras Dec 26 '17 at 04:36
  • 2
    `nc -z host 4092` in linux fwiw – Chris Lohfink Dec 26 '17 at 05:00

0 Answers0