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 - BigFreddy

#1
Hi,

When I was upgrading firewall from version 26.1.2 to 26.1.11, I got the red pop-up window saying there were unexpected errors and to check logs. The upgrade went fine and I haven't had this message pop-up again. I was looking into the logs for a few hours and didn't find any errors around the time when that red pop-up window appeared and I also haven't had any such errors pop-up again.

However, I noticed that during the upgrade in the GUI window there were some conflicts but they were resolved, could this have caused this error to pop-up and if not, were there any issues with the updates between those two versions of OPNsense that could cause this error? I'm just trying to understand why I received the mentioned error.

Thanks
#2
Quote from: franco on September 19, 2026, 08:23:05 AMYou can look up the commit, or we can omit them. I don't think omitting adds value, especially if regressions occur.

If it doesn't sound interesting it's probably just that.


Cheers,
Franco

What I had in mind when I was making this post was that it would be a good idea to divide the changelog into more readable sections, in my mind, these three would make more sense: Security, Breaking Changes, Developer Notes then under them, list the changelogs that apply per each section.
#3
26.7 Series / Bug using Maximize Grid in Logs section
September 19, 2026, 08:26:51 AM
Hi,

When I was browsing logs I tried using Maximize Grid which is a new feature and I'm not sure if this is by design or actual bug. What I observed is that if I select in the standard logs window to show me 1,000 entries per page then when I click on Maximize Grid icon, the amount of entries reduced to maximum of 40 entries by default and not the value that I selected, in this instance it was 1,000 entries per page.

Any idea if the shown amount of entries per page in Maximize Grid can be adjusted?

Thanks
#4
Hi,

Does anyone know if you can reorganize the changelog list you get during the updates and upgrades to be more readable either natively or via some sort of plugin? Most changelog entries appear to be for developers and I'm only interested in security and changes that can break my setup, changelogs like:

Quoteinterfaces: provide "uuid" in legacy_config_get_interfaces()

or

Quoteo src: bind: lookup local address in current FIB if '*.bind_all_fibs' is active

or

Quoteo src: net: add fib-aware ifa_ifwithaddr()

Don't tell me much and seems to be more directed for developers or people who contribute into the codebase of the firewall.

Thanks
#5
26.7 Series / Unbound DNSSec Validator vulnerability
September 17, 2026, 10:25:56 PM
Hi,

I seen online that there is a new Unbound DNSSec Validator vulnerability prior to version 1.26.1, does anyone know which version is OPNsense using and if this vulnerability was patched yet?

Thanks 
#6
26.7 Series / How does new firewall rules work?
September 12, 2026, 12:30:32 PM
Hi,

The major new feature in version 26.7 is the new firewall rules and I'm still used to the old way how firewall rules were working. Does anyone know if there is or can recommend any type of in-depth write-up or YouTube video explaining the differences and what's new and how it works now compared to the old way? I tried searching for it on YouTube but couldn't really find much.

Thanks
#7
Quote from: Patrick M. Hausen on September 05, 2026, 01:23:38 PM
Quote from: BigFreddy on September 05, 2026, 11:41:30 AMDoes the said monitoring infrastructure would give an option to deliver alerts when the S.M.A.R.T percentage of usage is below a certain treshold via various messaging apps or SMS messages?

Scrutiny can send notifications to Uptime Kuma, which in turn supports dozens of different notification channels. Alternatively two channels named "Shoutrrr" and "Apprise", respectively seem to be builtin. I use Uptime Kuma - another Docker container, but once you have the fundamental infrastructure in place, a container more or less is cheap.

Quote from: BigFreddy on September 05, 2026, 11:41:30 AMSo, coming back, Raspberry Pi + Scrutiny should be efficient as a monitoring solution?

A monitoring solution for what? Scrutiny only monitors HDD/SSD drive and Zpool health. Not CPU/system temperature, memory, disk usage, fan RPM, reachability, ... etc. There are other tools for that. I am not aware of a single one stop solution that does everything in one product. But a Pi with Linux is a good platform to start with, IMHO.

Thanks for the recommendations, I checked out Uptime Kuma and it looks like a cool monitoring tool that's free to use. That's what I meant, the monitoring of HDD/SSD drive and Zpool health.
#8
Quote from: Seimus on September 05, 2026, 05:43:10 PMYou are welcome,

Its really nice, and seamless to integrate. Basically I have all my LCXs, and whole network (expect mikrotik) in there.

Pic Of OPNsense ZFS pool monitoring.


Regards,
S.

This looks quite useful, mind sharing any links or insights how you setup and built the dashboard? I presume that dashboard is hosted on a spare device with some sort of agent installed on OPNsense?
#9
Quote from: Patrick M. Hausen on September 04, 2026, 06:28:54 PM
Quote from: BigFreddy on September 04, 2026, 02:16:44 PMI seen that post but the mentioned solution requires a second device to setup where I'm looking for something that could run directly on the same firewall itself and perhaps display S.M.A.R.T readings via the dashboard. I did further research online and had trouble finding such monitoring plugin, it's really strange why there is no third party plugin to achieve this, obviously I don't know the limitations around it but generally speaking, it's something that should be possible to do.

Tools to do this exist and they all require Docker. Also is your OPNsense your only device with an SSD which would benefit from monitoring the drive's health?

I mean, if your network consisted of a single LAN, a laptop, a printer, a tablet and a phone, you would probably be running a Fritzbox and not OPNsense? You don't have any virtualising host (hypervisor?). No leftover RasPi?

I can really recommend building yourself dedicated monitoring infrastructure and not running Upmtime Kuma, Scrutiny, Prometheus, Grafana, LibreNMS, Elastiflow ... on the firewall.

Does the said monitoring infrastructure would give an option to deliver alerts when the S.M.A.R.T percentage of usage is below a certain treshold via various messaging apps or SMS messages? I do have a spare Raspberry Pi kicking around that's quite old so not sure if that would be suitable. So, coming back, Raspberry Pi + Scrutiny should be efficient as a monitoring solution?
#10
26.7 Series / Re: ZFS over UFS and config restore
September 04, 2026, 02:19:29 PM
Quote from: Patrick M. Hausen on September 04, 2026, 02:10:07 PM
Quote from: BigFreddy on September 04, 2026, 02:03:46 PMSo, if you have a config file from the time when UFS was active but you restore it at the time when ZFS is active, it technically shouldn't cause any issues?

No, none at all. The OPNsense configuration is not concerned with the underlying file system. There is even a bootstrap script turning a stock FreeBSD installation into an OPNsense - should you want to install on a RAIDZ2 topology or whatever ...

Thanks for confirming :)
#11
Quote from: Patrick M. Hausen on September 04, 2026, 01:23:07 PM
Quote from: franco on September 04, 2026, 11:13:16 AMMonitoring is not very comfortable in my opinion, but maybe one of the available full blown monitoring tools also found in the plugins has integration for disk health.

Second thread today in which I mention that I already wrote up an easy to follow HOWTO with all bells and whistles included. Extra files on OPNsense are kept to a bare minimum and do not intervene with or might be deleted by an OPNsense update.

https://forum.opnsense.org/index.php?topic=48101.msg242617#msg242617

I seen that post but the mentioned solution requires a second device to setup where I'm looking for something that could run directly on the same firewall itself and perhaps display S.M.A.R.T readings via the dashboard. I did further research online and had trouble finding such monitoring plugin, it's really strange why there is no third party plugin to achieve this, obviously I don't know the limitations around it but generally speaking, it's something that should be possible to do.
#12
26.7 Series / ZFS over UFS and config restore
September 04, 2026, 02:03:46 PM
Hi,

I have seen that ZFS offers snapshots feature as well as from my understanding doing research on this topic, ZFS requires slightly more RAM but is way less prone to corruption upon unexpected power loss. My question is about restoring the config file and I thought I would check just in case.

So, if you have a config file from the time when UFS was active but you restore it at the time when ZFS is active, it technically shouldn't cause any issues? I presume that the config file only contains configuration data related to the firewall and its settings and there is nothing in the config file about the file system that is currently used?

Thanks
#13
Hi everyone,

I was recently thinking about drive storage and how it is used in OPNsense, how often the drives should be changed and how much data OPNsense writes to it which I don't have a clear answer on. What comes with this topic is drive storage failures and my question is how do you guys handle that part of the firewall?

What's your philosophy or approach to drives used in OPNsense? Do you monitor drives for failures, if so, how and if not, how do you make sure that the failure of the drive doesn't cause any issues or opens up the firewall on the WAN side upon the failure?

Let's discuss about this topic and everything that comes with it.
Thanks
#14
26.7 Series / Re: Running OPNsense 26.7 on a USB
September 04, 2026, 11:07:12 AM
Nice ! Thanks :)
#15
Quote from: franco on September 04, 2026, 10:46:36 AMYes:

https://github.com/opnsense/changelog/blob/master/community/26.1/26.1#L116

I did not claim you installed it.  Merely pointing to the fact that this is within the context of this plugin being installed.  :)


Cheers,
Franco

Ok, thanks. Good to know that my drive is not failing again. Just a bit off topic, any idea how I can monitor the health of my drive within OPNsense for things like S.M.A.R.T readings and bad sectors? I had someone recommended something before on this forum but I can't find any more info on this.