clong / DetectionLab

Automate the creation of a lab environment complete with security tooling and logging best practices
MIT License
4.59k stars 979 forks source link

Services on Logger unreachable (Splunk, Fleet, Velociraptor, and Guacamole) #844

Closed benmoree closed 1 year ago

benmoree commented 1 year ago

After doing a new clone of Detection Lab and installation, I could not reach any of the services that reside on Logger. DetLabError

ProtoDroidBot commented 1 year ago

Hi there, not sure which VM hypervisor you are using, can you fill out the information that has the ??? Operating System Version: Windows Deploying via (VirtualBox/VMWare/AWS/Azure/ESXi): < ??? > Vagrant Version (if applicable): < ??? >

Also, does the following vagrant command work for you? Looks like from an initial glance that the logger VM might not have been set up properly (for whatever reason). - https://www.vagrantup.com/docs/other/debugging

vagrant reload logger --provision --debug 2>&1 | Tee-Object -FilePath ".\vagrant-logger-reload.log"

benmoree commented 1 year ago

I've deployed on VMware and I'm running Vagrant 2.2.19. And it does look like that vagrant command worked. I'm now able to get to all the services on Logger. Thanks!