Impact and reason for enabling promiscuous mode

ytong25

New Member
Jul 11, 2023
1
2
3
Hi,

I have configured both SecurityOnion as well as PFSense in a VM on proxmox. Typical setup:
1689069768916.png
vmbr5 is the interface that is used as monitor interface in SecurityOnion. Since I want to capture all LAN pfSense traffic, I've configured mirroring from vmbr2 to vmbr5 using tc as explained here: https://backreference.org/2014/06/17/port-mirroring-with-linux-bridges/index.html .

However, a final step that was required was to enable promiscuous mode on vmbr2 (as also explained here: https://forum.proxmox.com/threads/proxmox-security-onion-without-ovs.128473/). Skipping this step showed no traffic whatsoever on vmbr5.

My questions:
  • Why is enabling promiscuous mode on vmbr2 required? Using tc I understand all traffic is simply copied to vmbr5. As vmbr2 is the original recipient of that traffic, I do not see why I need to enable promiscuous mode.
  • What is the impact of enabling promiscuous mode on that interface? Does it mean it now captures and processes everything that is destined for my other interfaces (e.g. ELK pfSense, WAN pfsense, ...)?
 
Enabling promiscuous mode on vmbr2 is actually necessary because when using tc to mirror traffic, the copy of the packet still has to be “accepted” by the bridge. If promiscuous mode is not enabled, the bridge will ignore packets that do not have a matching destination MAC address, resulting in vmbr5 receiving nothing. The visuals of Doodle Jump are charmingly simple and whimsical, effectively creating an engaging atmosphere that captivates players.
 
Last edited: