Recent posts

#1
German - Deutsch / Re: "Lahmes" Internet seit Upd...
Last post by cottec - Today at 11:30:01 PM
So, der Umzug ist dann endlich auch mal durch...

Gerade läuft erst mal alles notdürftig auf einer Fritzbox, aber nervt wenn man besser gewohnt ist :)

Quote from: fastboot on June 19, 2026, 04:50:10 PMDie eigentliche Frage des OP war für mich eher, wie er möglichst einfach von seiner alten Installation auf die neue Protectli migrieren kann.

Tatsächlich ist die Installation nicht sooo alt, ich habe nur noch nicht von die zwei Legacy Geschichten mit dem IPv6 und DHCP migriert, der Rest sollte okay sein...
#2
26.7 Series / Re: Call for testers - new CPU...
Last post by bamf - Today at 11:28:00 PM
I don't really get it yet. Do I need to do something before I upgrade?

root@OPNsense:~ # zpool status
  pool: zroot
 state: ONLINE
  scan: scrub repaired 0B in 00:10:32 with 0 errors on Sun Nov 23 00:59:47 2025
config:

        NAME        STATE     READ WRITE CKSUM
        zroot       ONLINE       0     0     0
          mirror-0  ONLINE       0     0     0
            nda0p4  ONLINE       0     0     0
            nda1p4  ONLINE       0     0     0

errors: No known data errors

root@OPNsense:~ # file /boot/loader.efi
/boot/loader.efi: PE32+ executable for EFI (application), x86-64, 10 sections

root@OPNsense:~ # md5sum /boot/loader.efi
2f8e91724d3927826909c128c27efa16  /boot/loader.efi

root@OPNsense:~ # file /boot/efi/efi/boot/bootx64.efi
/boot/efi/efi/boot/bootx64.efi: PE32+ executable for EFI (application), x86-64, 10 sections

root@OPNsense:~ # md5sum /boot/efi/efi/boot/bootx64.efi
18ccc82fd9eeaa815f0ff1194dd36b4a  /boot/efi/efi/boot/bootx64.efi

root@OPNsense:~ # file /boot/efi/efi/freebsd/loader.efi
/boot/efi/efi/freebsd/loader.efi: PE32+ executable for EFI (application), x86-64, 10 sections

root@OPNsense:~ # md5sum /boot/efi/efi/freebsd/loader.efi
18ccc82fd9eeaa815f0ff1194dd36b4a  /boot/efi/efi/freebsd/loader.efi

root@OPNsense:~ # strings /boot/efi/efi/boot/bootx64.efi | grep -i "FreeBSD"
FreeBSD vinum
FreeBSD boot
freebsd
FreeBSD UFS
Can't fetch FreeBSD::%s we know is there
freebsd:nvstore
/efi/freebsd/loader.env
FreeBSD Loader
FreeBSD
freebsd:bootonce
FreeBSD ZFS
Can't allocate %d bytes to fetch FreeBSD::%s env var
No FreeBSD kernel provided, aborting
FreeBSD swap
org.freebsd:zstd_compress
DFreeBSD/amd64 EFI loader, Revision 1.1

root@OPNsense:~ # strings /boot/loader.efi | grep -i "FreeBSD"
FreeBSD vinum
FreeBSD boot
freebsd
FreeBSD UFS
Can't fetch FreeBSD::%s we know is there
freebsd:nvstore
/efi/freebsd/loader.env
FreeBSD Loader
FreeBSD
freebsd:bootonce
FreeBSD ZFS
Can't allocate %d bytes to fetch FreeBSD::%s env var
No FreeBSD kernel provided, aborting
FreeBSD swap
org.freebsd:zstd_compress
DFreeBSD/amd64 EFI loader, Revision 3.0

#3
26.1, 26,4 Series / Re: OPNsense 26.4.1p1_3-amd64 ...
Last post by JamesFrisch - Today at 11:13:35 PM
Same "issue" here.

26.4.1p1_3-amd64

DEC750
#4
26.7 Series / Re: Call for testers - new CPU...
Last post by Patrick M. Hausen - Today at 10:22:11 PM
In case you are interested in all the details: https://klarasystems.com/articles/the-freebsd-boot-process/

Don't miss the "Additional Resources" section ;-)
#5
26.7 Series / Re: Call for testers - new CPU...
Last post by OPNenthu - Today at 10:15:51 PM
It's good that this will be taken to the FreeBSD maintainers as feedback because although the actual commands to update the bootloader are simple, arriving at the correct ones requires some arcane knowledge.  It's not well documented.  The FreeBSD handbook has barely one sentence about it and links out to various man pages.  Good luck to any beginners.
#6
26.7 Series / Re: Call for testers - new CPU...
Last post by Patrick M. Hausen - Today at 10:02:48 PM
@opn_mndr12101 Update the boot loaders on both devices and you can keep the plugin.
#7
26.7 Series / Re: Call for testers - new CPU...
Last post by meyergru - Today at 09:53:11 PM
Because it is a complex timing issue that manifests itself only under specific circumstances.
#8
General Discussion / Re: Migration to dnsmasq guida...
Last post by klinebau - Today at 09:44:29 PM
If you used these instructions to setup dnsmasq, then dnsmasq would be configured with a different port (53035) than unbound (53).  This way, only unbound is used for normal dns and other clients cannot access dnsmasq via 53053 unless you create a rule for it.  The instructions also discuss reverse lookups which is basically done the way you have already configured.

Edit: link to instructions:  https://docs.opnsense.org/manual/dnsmasq.html
#9
26.7 Series / Two (almost) identical system,...
Last post by opn_mndr12101 - Today at 09:39:18 PM
I just ran into that microcode issue. I have two (almost) identical devices, TK Edge 4L and TK Edge4Go¹, both Intel Celeron J3455. The Edge 4L is affected by this issue, TK Edge4Go is not. Should I remove os-cpu-microcode-intel from the working Edge4Go, too?
Why is one affected, the other not?


1) https://www.thomas-krenn.com/de/produkte/low-energy-systeme

kenv smbios.bios.vendor: American Megatrends Inc./Advantech
kenv smbios.bios.version: T011G206
kenv smbios.bios.reldate: 04/18/2023
sysctl hw.model: hw.model: Intel(R) Celeron(R) CPU J3455 @ 1.50GHz

#10
26.7 Series / Re: Significantly lower CPU te...
Last post by turipriv - Today at 08:59:39 PM
Thank you