I've got ToolTwist Designer deployed on port 37080 on a Linux server.
I can't access the Designer from my browser, and I can't telnet to the port from my machine:
$ telnet 11.22.33.44 37080
Trying 11.22.33.44...
telnet: connect to address 11.22.33.44: Connection refused
telnet: Unable to connect to remote host
However, I can telnet to the port when logged into the server:
$ telnet localhost 37080
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Any ideas why this port can't be accessed from my browser?