deafrust Can you check the following ?
Did you try logging on the http://<ip>:3000 ?
The default Trisul uses http not https
Try the following steps.
- restart the web server
sudo service webtrisuld restart
- check if nothing else is running on Port 3000 which we use.
netstat -pantu | grep 3000
If there is something on port 3000, change the WebTrisul port and restart https://www.trisul.org/docs/howto/change_web_port.html
If none of the above work, can you check if the 'thin,nginx' servers are running.
ps -ef | grep thin
ps -ef | grep nginx
We just checked with the latest Security Onion ISO , the instructions should work.
Thanks,