opnsense-update -zkr 14-STABLE -a FreeBSD:14:amd64
It is said already in one of your quoted threads, J4125, N5105 and N100 differ only marginally in their effective speeds.As for Wireguard speeds on OpnSense in general and why reports for OpnWRT and "the other FreeBSD router" differ from what OpnSense can achieve: https://forum.opnsense.org/index.php?topic=38909.msg197650#msg197650I think that with OpnSense, you will not reach 1 Gbps even with an N100 at this time. You probably could with this on top:Code: [Select]opnsense-update -zkr 14-STABLE -a FreeBSD:14:amd64
Your command would upgrade the base FreeBSD to 14 and double the speed of Wireguard traffic, right? I presume it would also reduce CPU load as well?
Quote from: abceleung on May 09, 2024, 11:46:38 amYour command would upgrade the base FreeBSD to 14 and double the speed of Wireguard traffic, right? I presume it would also reduce CPU load as well?Yes. As long as you also lock the kernel package in order to keep it over future updates.And you cannot have your cake and eat it, too. When wireguard speed maxes out because of CPU saturation, the load will be at 100%. So, if efficiency doubles, you will get double the speed at - still - 100% CPU load - i.e., if the speed was limited by CPU in the first place. You will notice a drop in CPU load only if the resulting speed is more than sufficient for your bandwidth.