Replies: 1 comment 4 replies
-
What do you see when you type the following: sudo tcpdump -nni bond0 -e vlan |
Beta Was this translation helpful? Give feedback.
4 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.
-
I'm using SO 2.3.21, and I've noticed that I'm missing a lot of data that I have confirmed is coming across the port mirror from my switch. For example:
If I SSH from 192.168.1.10 to 192.168.2.3 and the packets are tagged with vlan 100, that data never shows up in SOC, or Kibana.
I know that zeek and stenographer have issues seeing the vlan tag on packets that it gets, because the kernal strips them at a lower level, but that implies that zeek and steno should still be seeing the packet data.

Am I misunderstanding that warning? I can't see any VLAN tagged traffic across any Security Onion tools.
My BPF looks like this with IPs changed:

Beta Was this translation helpful? Give feedback.
All reactions