1
General Discussion / Re: Performance issues when having 33+ interfaces
« on: October 12, 2023, 07:15:34 pm »I have this small desktop switch with Gbit throughput and interfaces and I just setup a new OPNsense installation - virtualised in bhyve, but network interfaces passed through.
What I see in iperf3 on my Macbook Pro to/from that OPNsense:
1. No VLAN, no bridge, OPNsense and Mac on same switch:Code: [Select]root@OPNsense:~ # iperf3 -c 192.168.1.214 -P4
[...]
[SUM] 0.00-10.00 sec 1.10 GBytes 947 Mbits/sec 147 sender
[SUM] 0.00-10.07 sec 1.10 GBytes 941 Mbits/sec receiver
2. Tagged VLAN on OPNsense, untagged on Mac, both on same switch:Code: [Select]iperf3 -c 192.168.1.214 -P4
[...]
[SUM] 0.00-10.00 sec 1.10 GBytes 945 Mbits/sec 0 sender
[SUM] 0.00-10.02 sec 1.10 GBytes 939 Mbits/sec receiver
3. Bridge on tagged VLAN on OPNsense, untagged on Mac, both on same switch:Code: [Select]iperf3 -c 192.168.1.214 -P4
[...]
[SUM] 0.00-10.00 sec 1.10 GBytes 945 Mbits/sec 0 sender
[SUM] 0.00-10.03 sec 1.10 GBytes 939 Mbits/sec receiver
Kind regards,
Patrick
Wish I could get this results, I will try again ! also one I added wan to be PPPoE , things went really bad, but that's also in openWRT, might be other MTU settings or something.
Thanks again