No alerts from agents - Fresh SO v2.4.140 install - No traffic on bond0 (realtek rtl8125) #14460
Unanswered
ll3N1GmAll
asked this question in
2.4
Replies: 1 comment 3 replies
-
For your endpoints you may need to enable different detections. Are you receiving endpoint logs you expect to trigger an alert? If you aren't receiving any traffic on bond0
|
Beta Was this translation helpful? Give feedback.
3 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.
-
Version
2.4.140
Installation Method
Security Onion ISO image
Description
other (please provide detail below)
Installation Type
Standalone
Location
on-prem with Internet access
Hardware Specs
Exceeds minimum requirements
CPU
6
RAM
32GB
Storage for /
292.97GB
Storage for /nsm
1.52TB
Network Traffic Collection
span port
Network Traffic Speeds
1Gbps to 10Gbps
Status
Yes, all services on all nodes are running OK
Salt Status
No, there are no failures
Logs
No, there are no additional clues
Detail
Fresh ISO install of SO v2.4.130, updated via soup to 2.4.140.
Agents installed successfully to linux and windows hosts; yet they result in no alerts coming in. Dashboard shows events for each endpoint. Enrollment of all endpoints is successful. Still no alerts populate. All systems show healthy in console.
sudo salt-call state.highstate
results in no errors.so-status
shows everything is healthy and running.bond0 (monitoring) interface is a 2.5Gb RTL8125 NIC. MTU is set ,by default, to 9000. I followed the answer in #13983 to set the MTU to 1500, then brought the interface down, then back up as per the answer. This had no effect. Also, the MTU still shows as 9000 when I run
ifconfig
. The config file/etc/NetworkManager/system-connections/bond0.nmconnection
shows the MTU for bond0 is set to 1500. Not sure whyifconfig
shows it set to 9000 even after changing it in/etc/NetworkManager/system-connections/bond0.nmconnection
, then runningnmcli connection down bond0
andnmcli connection up bond0
.Ran packet capture on SPAN port on firewall to confirm SPAN port is mirroring traffic as expected. This is working correctly. Yet, there is no traffic being seen on bond0 when running tcpdump on bond0 from SO machine.
With agents installed, I would expect to see alerts even if the monitoring interface was not working properly. We have used SO in the past on version 2.3 without the use of a monitoring interface connected to a SPAN or TAP and gotten alerts generated from the array of agents that were installed on the older 2.3 platform. We also had a SO 2.4 standalone setup in a VM with 2 NICs; but the 2nd NIC was not connected to the SPAN port, and we got alerts coming in from our endpoints without issue.
The only other anomally is the following
elastic_agent
message in the dashboard under events:DNS lookup failure "<hostname>": lookup <hostname> on 127.0.0.53:53: server misbehaving
. Not sure if this is relevant at all; but didn't want to leave it out as it's the only other thing I've noticed that is out of sorts.Thanks to anyone who can assist or point me in the right direction. I finally got the hardware to dedicate to a non-VM SO solution and I'm confused as to why it's misbehaving so..
Guidelines
Beta Was this translation helpful? Give feedback.
All reactions