Connection not established between client to cell manager with port 5565
Command
netstate - anp | grep 5565
Cybersecurity
DevOps Cloud
IT Operations Cloud
If an answer to your question is correct, click on "Verify Answer" under the "More" button. The answer will now appear with a checkmark. Please be sure to always mark answers that resolve your issue as verified. Your fellow Community members will appreciate it! Learn more
Connection not established between client to cell manager with port 5565
Command
netstate - anp | grep 5565
Are you sure it is the connection to the cell manager that is failing and not the other way around? Do you see the socket on port 5565 on both sides? You could also test:
telnet localhost 5565
on both sides. If that is working then you could:
telnet <other host> 5565
in both directions. What are the outputs of al these tests?
Has this been resolved now? I'm curiou to get to know the outcome. Can you please share? Thanks.