Hi all
First things first: Thank you Doug and all people involved for making SO!
I just installed the new Alpha release with experimental/production/server/best-practice and configured remote access via sudo so-allow/analyst/IP-of-remote-host
I cannot access kibana via
https://ip-of-SO-server/app/kibana
And I get a timeout with telnet IP-of-SO-server 443 from remote (it works locally)
However I do see the packets coming in via tcpdump on the SO server and thus exclude any network related problems outside SO. There is no response visible within tcpdump.
I checked the following as well
- local access to kibana is fine
- sudo ufw status shows access via 22,443,7734 for the remote host
- a tail -f /var/log/syslog |grep "UFW BLOCK" shows no entries for the remote host (sort of redundant I know)
- a tail -f /var/log/apache2/access.log resp. error.log shows no entries either (fits the telnet)
- netstat shows 443 listening
- I checked docker ps for so-kibana and /eth/apache2/sites-enabled/securityonion.conf for the proxy to kibana, but I think the problem occurs before
The sostat-redacted is attached. Thanks for your help