Hello,
I would like to report a problem I am facing with Proxmox VE 9.
I am using Proxmox VE 9 to create a VM for capturing mirrored traffic coming from Cisco SPAN and FortiGate. SPAN (Switched Port Analyzer) is a port mirroring feature that copies network traffic from one or more source ports/VLANs to a destination port for monitoring and packet capture.
My setup is as follows:
I am not sure about the real cause, but I suspect the Proxmox host or kernel may be dropping or filtering mirrored traffic before it reaches the VM.
Has anyone seen this behavior before on Proxmox VE? Are there any settings related to Linux bridge, NIC offloading, promiscuous mode, packet filtering, or VM virtual NIC type that I should check?
Thank you.
I would like to report a problem I am facing with Proxmox VE 9.
I am using Proxmox VE 9 to create a VM for capturing mirrored traffic coming from Cisco SPAN and FortiGate. SPAN (Switched Port Analyzer) is a port mirroring feature that copies network traffic from one or more source ports/VLANs to a destination port for monitoring and packet capture.
My setup is as follows:
- I created a vmbr bridge in Proxmox.
- That bridge is attached to the physical NIC connected to the destination SPAN port from the switch or FortiGate.
- A VM is attached to that vmbr.
- Inside the VM, I use tcpdump to capture the mirrored traffic.
- Some packets are missing.
- I often see only one direction of traffic instead of both RX and TX.
- A large amount of mirrored traffic does not appear in the VM capture.
I am not sure about the real cause, but I suspect the Proxmox host or kernel may be dropping or filtering mirrored traffic before it reaches the VM.
Has anyone seen this behavior before on Proxmox VE? Are there any settings related to Linux bridge, NIC offloading, promiscuous mode, packet filtering, or VM virtual NIC type that I should check?
Thank you.