thyagov
(usa Debian)
Enviado em 28/06/2018 - 11:34h
Pessoal,
Bom dia!
Sou novo, então acho que estou esquecendo algum detalhe para liberar as portas 5601 e 9200.
Segue resultados para o comando netstat -ntpl:
Conexões Internet Ativas (sem os servidores)
Proto Recv-Q Send-Q Endereço Local Endereço Remoto Estado PID/Program name
tcp 0 0 0.0.0.0:22 0.0.0.0:* OUÇA 586/sshd
tcp 0 0 127.0.0.1:5601 0.0.0.0:* OUÇA 422/node
tcp 0 0 0.0.0.0:10050 0.0.0.0:* OUÇA 1551/zabbix_agentd
tcp 0 0 0.0.0.0:10051 0.0.0.0:* OUÇA 595/zabbix_server
tcp 0 0 127.0.0.1:3306 0.0.0.0:* OUÇA 706/mysqld
tcp6 0 0 127.0.0.1:9200 :::* OUÇA 1010/java
tcp6 0 0 ::1:9200 :::* OUÇA 1010/java
tcp6 0 0 :::80 :::* OUÇA 603/apache2
tcp6 0 0 127.0.0.1:9300 :::* OUÇA 1010/java
tcp6 0 0 ::1:9300 :::* OUÇA 1010/java
tcp6 0 0 :::22 :::* OUÇA 586/sshd
tcp6 0 0 :::10050 :::* OUÇA 1551/zabbix_agentd
tcp6 0 0 :::10051 :::* OUÇA 595/zabbix_server
Segue tambem systemctl status para os dois serviços que usam as portas acima:
● elasticsearch.service - Elasticsearch
Loaded: loaded (/usr/lib/systemd/system/elasticsearch.service; enabled; vendo
Active: active (running) since Thu 2018-06-28 09:55:32 -03; 1h 35min ago
Docs:
http://www.elastic.co
Main PID: 1010 (java)
Tasks: 44 (limit: 19660)
CGroup: /system.slice/elasticsearch.service
├─1010 /usr/bin/java -Xms1g -Xmx1g -XX:+UseConcMarkSweepGC -XX:CMSIni
└─1230 /usr/share/elasticsearch/modules/x-pack/x-pack-ml/platform/lin
jun 28 09:55:32 zabbixserver systemd[1]: Started Elasticsearch.
● kibana.service - Kibana
Loaded: loaded (/etc/systemd/system/kibana.service; enabled; vendor preset: e
Active: active (running) since Thu 2018-06-28 09:55:15 -03; 1h 36min ago
Main PID: 422 (node)
Tasks: 10 (limit: 19660)
CGroup: /system.slice/kibana.service
└─422 /usr/share/kibana/bin/../node/bin/node --no-warnings /usr/share
Quando tento um telnet nas portas 5601 e 9200 a partir de uma outra máquina, não consigo estabelecer conexão... Podem me ajudar porque?