Quote from: spaceharrier on May 22, 2026, 06:18:34 PMI just installed a 3920 on my home 10Gbit connection, upgrading from a DEC750. Doing casual speed tests with my provider (Sonic.com) and using just my normal firewall rules the 3920 has no problem saturating the connection. Enabling Zenarmor the download speed caps at a little below 3.5Gb/s, showing about 20% CPU utilization. That's using the default policy with Moderate Control settings.
(The DEC750 couldn't fully saturate the 10Gbit connection with just firewall rules, and dropped to a little below 2Gb/s running the same Zenarmor config.)
Quote from: newizard1 on May 08, 2026, 10:13:22 AMI Had the same issue
What I did:
1. On the LAN interface I left both MTU/MSS empty (using default MTU 1500)
2. On the WAN interface I used: MTU=1492 (using PPPoE connection) and MSS=1492. According to OPNsense help, having MSS set to that value will clamp MSS both for IPV4 and IPV6. For IPV4 it will be MSS value minus 40, and for IPV6 it will be MSS value minus 60 (1452, 1432 correspondly)
For me that solved that issue.
ld-elf.so.1: Shared object "libssl.so.30" not found, required by "pkg"
Quote from: Patrick M. Hausen on May 16, 2026, 07:16:40 PMopnsense-revert -r 26.1.7 nut
pkg lock nut
this fixed my issue as well. THANKS!!! Interesting when trying to figure out why my NUT status was no longer working, Claude informed me that a UI bug has been around since 2021. Not sure if that's related or what but thanks for this temp fix anyway.Quote from: silke61 on May 22, 2026, 09:23:55 AMYou could add a Desktop VM to your OPNsense VM Network and connect to it via SPICE from your Laptop or PC and have pretty much the same experience as you were actually using a real desktop to manage everything! :)Quote from: franco on May 22, 2026, 08:42:28 AMFor VMs one mostly starts with a VGA image which doesn't have serial enabled.That's why I enabled it after installation.
The standard VGA based console in Proxmox has a few disadvantages, e.g. it doesn't support cut & paste (at least not easily), that is why I used the serial based xterm.js console.
As I said, it works, but only after I changed 'onifconsole' to 'on'.