Hi jimp, these steps aren't working for me. I have a very tiny change to the above problem in that I have an SG-2220, so only 1 LAN port. I made a new interface for a VLAN and set that vlan as the mirror interface for the VPN, but I'm not seeing any traffic.
Do you think maybe something is simply dropping the VLAN packets because they have no destination? Or are there any extra steps to span to a vlan?
EDIT:
Some people might want to see https://forum.pfsense.org/index.php?topic=49930.0 - this solved my issue with VPN suddenly not working anymore after assigning the interface. Another day saver by jimp!
I think maybe there is an issue with the bridging. When I run
tcpdump -nAi ovpns1 host 192.168.40.60
I see all my phone's traffic. When I run
tcpdump -nAi igb1_vlan8 host 192.168.40.60
I see nothing. Would this indicate I totally broke something? I have:
VPN -> ovpns1 (VPN Name) as an enabled interface,
VPNSPAN -> VLAN8 on igb1 (VPN Span) as an enabled interface, and
BRIDGE0 (Members: VPN)