Cannot access Kibana on Security Onion remotely

Hi. I got a Security Onion installed on a VM. I have Kibana access locally. However, using another VM in the same LAN, I cannot access Kibana.
I have used so-allow in Security Onion.
Also, in kibana.yml I have set, server.host: "0.0.0.0"
Running curl i get the following:

curl -v 10.1.4.124:5601
Expire in 0 ms for 6 (transfer 0x55611d8af5c0)
  Trying 10.1.4.124...
TCP_NODELAY set
Expire in 200 ms for 4 (transfer 0x55611d8af5c0)
connect to 10.1.4.124 port 5601 failed: Connection refused
Failed to connect to 10.1.4.124 port 5601: Connection refused
Closing connection 0
curl: (7) Failed to connect to 10.1.4.124 port 5601: Connection refused

Any suggestions are welcome.
Thanks

Hi
Is there a firewall on the server.This sounds like a network issue. If it's working from localhost (ie. the machine that is running Kibana), but not from external machines, are you sure the port is open on the machine running Kibana? And are you sure that the external machines are correctly resolving whatever hostname you are using?

Thanks
Rashmi

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.