Recent posts

#91
German - Deutsch / Re: Opnsense DNS Warum funktio...
Last post by bamf - November 28, 2025, 12:59:46 AM
Das schon. Aber auch in einem Platzhalter sollte man doch Beispiele verwenden, die sich zumindest an gängigen Standards orientieren. meinedomain.internal oder meinedomain.home.arpa wären da als Platzhalter besser geeignet, finde ich 😉
#92
General Discussion / Re: new setup cannot reach lin...
Last post by meyergru - November 28, 2025, 12:55:08 AM
The CPU should not be of concern, at least on bare metal, it is way faster than you need.

You say you use a modem. What connection type is that? DSL over PPPoE? Could it be that the MTU is sub-optimal for your ISP?

If the packets must be re-fragmented, you could experience lesser speeds. Did you try to lower MTU sizes on both LAN and WAN?

The "usual" approach would be to limit the MTU size to a value that does keep OpnSense from refragmenting via MSS clamping. And BTW: OpnSense is not very good at determining the correct size automatically.

Sometimes, ISPs allow for "mini jumbo frames", this is all explained here: https://forum.opnsense.org/index.php?topic=45658.0
Note, however, that this is for non-VM installations. With a VM, you would have to enlarge the MTU on the physical WAN device and the bridge for this to work, too - but I never actually tried that.
#93
General Discussion / Re: new setup cannot reach lin...
Last post by muusemuuse - November 28, 2025, 12:21:09 AM
I can't do passthru on this board because I'm cheap and it sucks. But I did try booting into a live instance of opnsense. It was better but still nowhere near line level.
#94
Hardware and Performance / Re: Network behind a double NA...
Last post by Maurice - November 28, 2025, 12:04:37 AM
Quote from: Patrick M. Hausen on November 27, 2025, 10:17:47 PMWiFi client mode is very actively being worked on so people can run current laptops with FreeBSD as their day to day OS.

Thanks for the clarification. Though it's debatable whether newly introducing limited support for 802.11ac in 2025 counts as "very actively". ;-) That's more than a decade behind Linux.

But since client mode is what @kernew wants (WAN via WiFi), this might actually be reasonable (when using a supported Intel WiFi module and being okay with good old 802.11ac + WPA2).
#95
German - Deutsch / Re: Opnsense DNS Warum funktio...
Last post by Patrick M. Hausen - November 27, 2025, 11:49:21 PM
Quote from: JeGr on November 27, 2025, 10:26:03 PM
Quote from: Patrick M. Hausen on November 18, 2025, 03:55:37 PMWas ist denn die eingestellte Domain der OPNsense? Da solltest du nicht .local benutzen sondern z.B. meinedomain.lan oder so etwas. Unter dieser Domain werden die Hostnamen Test1 und Test2 dann ins DNS eingetragen.

Patrick, sag doch sowas nicht, das bleibt ewig online ;) und dann heißt es wieder "das hat aber jemand gesagt ich soll das so machen". Bitte nicht irgendwelche ausgedachten TLDs für internen Betrieb nehmen.

Du meinst, es ist nicht offensichtlich, dass "meinedomain.lan" ein Platzhalter ist? 🤯
#96
25.7, 25.10 Series / Re: Unable to boot after updat...
Last post by meyergru - November 27, 2025, 11:00:08 PM
Do not look any further...

Let me guess: UFS install, 25.7.x installed, not having read or followed the advice here: https://forum.opnsense.org/index.php?topic=42985.0, point 23, or more specifically: https://forum.opnsense.org/index.php?topic=48343.msg244891#msg244891

The microcode updates by themselves do no harm, but rather help. There are known instabilities with newer FreeBSD kernels with certain Intel generations (i.e. Alder Lake, Twin Lake and Nxxx).

The problems turn up mostly on UFS installs. They can be avoided by certain tuneables that are explained in the postings above.

And this thread was about a VM install where microcode updates have been applied inside the VM - which is wrong and will probably not work (or cause problems). All of this is mentioned in the READ ME FIRST post as well.
#97
25.7, 25.10 Series / Re: Unable to boot after updat...
Last post by kweetwel - November 27, 2025, 10:45:12 PM
I have the same issue on a Qotom box Q1076GE. On bare metal, so no VM's.

Uninstalling the 'os-cpu-microcode-intel' plugin fixed it. Thanks for the suggestion @AnnaRenee87!

Now searching for logs to see why it failed with the plugin installed... hmmm...
#98
General Discussion / Re: Plex Server Setup in 2024 ...
Last post by SenseX - November 27, 2025, 10:41:31 PM
delete please
#99
German - Deutsch / Re: Probleme bei der Installat...
Last post by JeGr - November 27, 2025, 10:39:39 PM
Quote from: meyergru on November 27, 2025, 10:36:57 PMUnd um das Raten mal zu beginnen: Hatte die alten Installation eventuell bereits die Tuneables für neuere Intel-CPUs (Alder Lake oder Nxxx) installiert, die bei der frischen Installation fehlen und Probleme bereiten - insbesondere, wenn man nicht, wie empfohlen, auf ZFS, sondern auf UFS installiert?

Auch noch ein guter Punkt. Wurde UFS oder ZFS installiert. Alles relevant!
#100
German - Deutsch / Re: Probleme bei der Installat...
Last post by meyergru - November 27, 2025, 10:36:57 PM
Und um das Raten mal zu beginnen: Hatte die alten Installation eventuell bereits die Tuneables für neuere Intel-CPUs (Alder Lake oder Nxxx) installiert, die bei der frischen Installation fehlen und Probleme bereiten - insbesondere, wenn man nicht, wie empfohlen, auf ZFS, sondern auf UFS installiert?

Siehe auch: https://forum.opnsense.org/index.php?topic=42985.0, Punkt 23.