Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Stormscape

#1
Have you tried deleting the certificate from the UI and creating a new one with the same settings?
#2
Hardware and Performance / Re: Small formfactor router
August 30, 2025, 12:09:08 PM
Quote from: allenlook on August 27, 2025, 02:35:42 PMI've been running for 333 days on a MinisForum UN100D, with a 256GB "GOFATOO" NVMe SSD, with 28.4TB written so far, consuming 34% of the drive life.  If it dies I'll put another SSD in it, so no big deal, but I *did* turn off NetFlow and RRD as that's all I can figure would write that much data in that amount of time.
Honestly the best thing to do with OPNsense to extend drive lifetime isn't just to buy a higher quality drive, it's to buy a larger capacity drive. I bought a $50 512GB drive (at the time, it might be cheaper now) for my router not because I thought I would need that much space but because the TBW rating for 512GB is demonstrably higher compared to 256GB drives. I'm at 17% endurance used and 45 TBW after just over 3 years (1110 days power on time).
#3
25.7 Series / Re: Removing unused system services
August 26, 2025, 08:26:30 AM
OPNsense isn't quite that modular. Services that "aren't needed" might be a dependency for what you are using. It's taking up minimal disk space and even if you removed them, they'll reappear when you install an update. The only things you can safely remove are anything listed under plugins.
#4
Have you tried manually going to services_dhcp.php?if=lan to see if it's just a UI issue? that's the URL for the ISC DHCP configuration page. Replace "lan" with whatever you have called your LAN interface.
#5
Couple things I can think of:
Does the ssh login user have R/W access to the directory?
Try removing "restrict" at the beginning of the pubkey stored on the server as a test. I've found it sometimes causes unintentional effects.
#6
I first set up my OPNsense install in August 2022, which means 22.7, and it made a 260MB EFI partition at the time. I'm assuming that was done by the OPNsense installer, as I don't remember having the ability to change partition sizes.
#7
25.7 Series / Re: sFTP Backups Public Key Failing
July 28, 2025, 04:59:29 AM
When you pasted the private key into the GUI window while setting it up, did you make sure there were no line breaks? Remember, you paste the key into the backups page, just having the id_rsa in ~/.ssh isn't enough.
#8
To be clear, does this need to be done if OPNsense is running on UFS, or is this a ZFS exclusive issue?
#9
My first thought is are you using a vNIC, or did you passthrough the NICs to OPNsense? If they're passed through, did you install the Realtek driver plugin? The stock BSD drivers for Realtek are questionable at best.
#10
Hardware and Performance / Re: DEC750 NVME failing
July 16, 2025, 08:37:07 AM
Personally I've found a budget NVMe SSD with a HMB cache to work just fine for OPNsense. I bought a Team MP33 512GB (solely for higher endurance rating) and it's been working fine for 3 years so far with its endurance used according to SMART data at only 16%. Granted I set it up with UFS and not ZFS, but I imagine it won't be much different than a ZFS setup.
Just remember if you try to "right size" the SSD to something like a 128 GB (or even smaller) you're going to run into laughably small endurance ratings, since they're typically rated based on drive writes per day. 512 GB drives aren't very expensive while also offering good endurance ratings, such as the 600 TBW for the one I bought.
#11
You'll need to buy an X550-T2 if you want to stick with Intel and have a NIC that supports 2.5 gig. 2.5 is a much newer standard than 10 gig, despite what the speeds may suggest, and as such isn't supported on older NICs like the X540-T2, which launched in early 2012.
#12
24.7, 24.10 Series / Re: os-smart detects wrong device
August 12, 2024, 04:34:24 AM
For those stumbling across this thread via Google, or reading the forums: A pull request has been submitted to the Github at this elegant and finely crafted link. It fixes the issue and so it'll be fixed soon. Still waiting on widget.
#13
24.7, 24.10 Series / os-smart detects wrong device
July 26, 2024, 01:01:15 PM
With 24.7, the os-smart plugin wrongly detects which dev file to query for SMART data for nvme devices, showing the only option as /dev/nda0, instead of /dev/nvme0, resulting in a failure to query the SSD correctly for SMART data.

Of course if you connect via ssh and run smartctl directly against /dev/nvme0, it will correctly return SMART data, but with /dev/nda0 you of course just get this:

Smartctl open device: /dev/nda0 failed: INQUIRY failed
#14
24.7, 24.10 Series / Re: New Dashboard
July 26, 2024, 12:44:20 PM
So here's my feedback on the new widgets:
1. The CPU usage graph has too much information. The old widgets just showing the 1, 5, and 15 minute load averages in System Information, and a real time overall usage was perfectly fine. Frankly I don't even know the difference between the graphs on the new CPU usage widget, which seem to be mostly of usefulness to a software developer, and not necessarily a network administrator.
2. There should be more configurability to the widgets. Having to add multiple graph only widgets simply to restore what was previously text line items under System Information feels... clunky? As a result I've got a cluttered screen full of half circle widgets with tiny text underneath each one
3. The disk widget doesn't even show actual space, just a percentage used.
4. The thermal sensors widget, which previously detected thermal sensor names correctly, appears to have buggered up slightly with this update. My PCH temp now detects as a 2nd "Core 0".
5. Overall it feels like a heavy focus on fancy graphs and less of a focus on text, which is fine, but there needs to be an option for people who preferred the old text heavy interface.
EDIT:
6. Just noticed the Services widget doesn't seem to remember its size. If I expand it so all services are visible and click save, when I navigate away and return to the dashboard, it's shrunken in size again so that you have to scroll to view all services.
#15
So here's the thing about WiFi cards: They're designed to be clients, not Access Points. You will have a very bad, but memorable experience if you try to use them as Access Points. Buy a purpose built AP, like an Omada 620.
A router and a NAS should be 2 completely separate appliances, and shouldn't be combined. You don't haul lumber in a Prius, don't store data on your router.