sudo so-start all fails for some reason. #9405
Replies: 1 comment
-
Please note that we generally recommend using a static IP address instead of DHCP: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Came back home noticing that none of the web GUI services are running. Running sudo so-status beforehand shows me this.
Checking this path returns empty directories
I think I found a bug in the latest release of SecurityOnion. For some reason the DHCP Client wouldn't automatically get a IP address. I had to follow this guide here https://superuser.com/questions/578293/linux-centos-how-to-permanent-inititate-dhcp-client-any-reboot
I had to ensure that the line BOOTPROTO=dhcp is present and I added two more lines
ONBOOT=yes
HWADDR=62:BF:52:XX:XX:XX
For the management interface configuration on /etc/sysconfig/network-scripts/ifcfg-eth0
Beta Was this translation helpful? Give feedback.
All reactions