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 - katamadone [CH]

#1
26.1 Series / dnsmasq - expiration option
February 13, 2026, 12:30:51 PM
Is it intentional that setting the address time[51] via tag isn't possible.
I'm aware that the lease time is set in the range, but maybe the setting possibility for address time[51] should not be there under tags if it's only possible to set via lease time.

also maybe a misconfiguration on my side
#2
26.1 Series / Re: dnsmasq- multiple delete
February 13, 2026, 10:54:32 AM
Found it: was a cicada/rebellion issue. As soon as I switched back to opnsense-dark it's there :D
Added an issue: https://github.com/opnsense/plugins/issues/5219
#3
26.1 Series / Re: dnsmasq- multiple delete
February 13, 2026, 10:51:10 AM
In the yellow box, right? Not there. It's there on the "Range" Tab
#4
26.1 Series / [SOLVED] dnsmasq- multiple delete
February 13, 2026, 09:36:27 AM
do I have overseen that possibility or isn't it existing?
Marking multiple host entries but not possible to delete them at the same time?
#5
I'm also stuck... and believe it belongs to the unifi switches. Actually it should be possible to enable it with "IGMP Snooping".
But I have to check further, because only enabling the setting did not solve it.
#7
Yes, nice idea, too. I like it a little more permanent. Especially when configurate multiple opnsense at the same time for whatever reason. Thanks for mentioning.
#8
Hello everyone,

I would like to give you some inputs. Maybe it will help others, maybe you could even include it as a feature/extension.
We have several instances of OPNsense. First we normally differentiated them with light and dark themes (especially HA).
But of course this is only partially sufficient later on - if you have more :).
In the past, I copied the themes and then edited
assets/stylesheets/main.scss
build/css/main.css
with vi replace command in both
:%s/#3C3C3B/#67b577/g
Now it's even easier.. although depending on the colours ugly 🙃
#change to themes dir
cd /usr/local/opnsense/www/themes/
#move old copy
mv cp_fw cp_fwold
#recopy original theme
cp -R opnsense cp_fw
cd cp_fw
vi build/css/main.css

#change background login-modal-head to
.login-modal-head {
  background: #67b577;

#and background navbar-default to
.navbar-default {
  background-color: #67b577;

Then you only have to select the new theme under System, Settings, General
It could also be integraded in theme customization. Altough I do know that's a super simple approach. It can help a lot.
Result is then:
You cannot view this attachment.
You cannot view this attachment.
#9
In older version you could create a certificate right on creating a user.
Now there's no option to create a user certificate upon creation of that user.
In regards to create users for openvpn this makes the process a lot less straight-forward.
#10
25.1, 25.4 Legacy Series / Re: update & disk size
January 31, 2025, 11:36:10 AM
Quote from: franco on January 31, 2025, 09:38:03 AMOk, I'll try to reproduce.
would it help you if I later be able to retest? Then I'd stay at this point.
#11
25.1, 25.4 Legacy Series / Re: update & disk size
January 31, 2025, 09:48:30 AM
I'm also surprised that I'm having a 8G swap :D
#12
25.1, 25.4 Legacy Series / Re: update & disk size
January 31, 2025, 09:34:45 AM
Quote from: franco on January 31, 2025, 09:28:30 AMThe right spot to check the disk prior to upgrade is there now, but it hasn't been done. What's not so nice is that this doesn't seem to show in the upgrade window which is strange because that means tar isn't erroring either?

no was standing at the point "Extracting packages-25.1-amd64.tar..." for a very long time.
#13
25.1, 25.4 Legacy Series / Re: update & disk size
January 31, 2025, 09:33:52 AM
disk layout for the record.
=>      40  25165744  vtbd0  GPT  (12G)
        40    532480      1  efi  (260M)
    532520      1024      2  freebsd-boot  (512K)
    533544       984         - free -  (492K)
    534528  16777216      3  freebsd-swap  (8.0G)
  17311744   7852032      4  freebsd-zfs  (3.7G)
  25163776      2008         - free -  (1.0M)
#14
25.1, 25.4 Legacy Series / update & disk size
January 31, 2025, 09:25:24 AM
Got surprised on one of my machines. Did not long ago a fresh install of an opnsense system.
Installed it on top of a proxmox hv. Where I added a 12G disk. Must made a mistake that I didn't expand the disk or whatever.
So my update to 25.1 did try to extract 25.1 and because it took forever I've taken a look into the system and was heavily suprised that I've seen the 100% usage. While I was surprised that I wasn't aware of the small size, I also was suprised, that there is no size checking here.

***GOT REQUEST TO UPGRADE***
Currently running OPNsense 24.7.12_4 (amd64) at Fri Jan 31 08:47:52 CET 2025
Fetching packages-25.1-amd64.tar: ........................... done
Fetching base-25.1-amd64.txz: ........... done
Fetching kernel-25.1-amd64.txz: ...... done
Extracting packages-25.1-amd64.tar...

#15
General Discussion / Business
October 19, 2024, 09:03:28 AM
Wouldn't it make sense to have here a business topic somewhere, so the business user can share there thoughts and problems at the right place, too?
Or did I oversee?