i am using below command in the server but it cant connect to given ip and port, I tried to telnet from another locations and it works fine. Only in my server it cant connect.
telnet
open 151.XXX.235.47 9001
Trying 151.XXX.235.47...
telnet: connect to address 151.XXX.235.47: Connection timed out
I tried to open debuggin in telnet by using
telnet> toggle debug
Will turn on socket level debugging.
But telnet still gives same output
Trying 151.XXX.235.47...
telnet: connect to address 151.XXX.235.47: Connection timed out
What should i check in the server to get an idea why it cant connect?
EDIT :
It seems there was a problem with my firewall, we reinstalled it and problem fixed. Thanks for help