Hola, necesitaría de su ayuda, tengo montado el sistema Centos 6.5 y necesito escuchar el puerto 5029 pero al tirar el comando telnet localhost 5029
me tira:
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
En Iptables tengo agregado el puerto:
-A INPUT -p tcp -m state --state NEW -m tcp --dport 5029 -j ACCEPT
Alguna Idea?
me tira:
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
En Iptables tengo agregado el puerto:
-A INPUT -p tcp -m state --state NEW -m tcp --dport 5029 -j ACCEPT
Alguna Idea?
Comentario