Compruebe si un puerto está funcionando
# On the server itself:
netstat -an
# From outside
telnet host port #Windows
telnet host:port #Unix systems
Lazy Lizard
# On the server itself:
netstat -an
# From outside
telnet host port #Windows
telnet host:port #Unix systems