Recent posts

#91
Virtual private networks / Re: VIP (IP Alias) on VTI
Last post by bashfulaudi - November 19, 2025, 09:08:31 AM
The IPSec Virtual Tunnel Interface (VTI) is a route-based interface. Packets are first routed into the tunnel and then encrypted/decrypted. VIP requires NAT on the first interface that receives packets, which VTI cannot meet.
#92
25.7, 25.10 Series / Re: Feature Requst: KEA DHCPv6...
Last post by Monviech (Cedrik) - November 19, 2025, 08:22:43 AM
You can close the issue and open a new one following the template.

The more focused your request is on a simple topic, also generally with a configuration example and/or documentation, the more likely it will be a feature request.

If its mixing lots of different concepts/features and its a long wall of text it most likely doesnt get that much attention.

Put yourself in the shoes of somebody triaging 10 issues every day, the ones with a simple direction are more likely to get picked up.
#93
German - Deutsch / Re: Opnsense DNS Warum funktio...
Last post by The_Master - November 19, 2025, 08:22:27 AM
Danke für die Hilfe.

Ich bin hinter den Fehler gekommen den ich unabsichtlich gemacht habe. Ich hole aber etwas aus.

Habe ja geschrieben das ich von Tomato Firmware komme und dort auch DNSMASQ verwendet wird. Soweit so gut.

Im gleichen Atemzug habe ich mich auch in Opnsense an DNSMASQ gewagt und dort DHCP eingestellt. Auch das haben die VMs ohne Probleme übernommen.

Habe dann auch den Rat befolgt mit der Domain. Auch hier wurden die Änderungen übernommen. -> geshen in ipconfig /all.

Trotzdem waren die Geräte nicht mit dem von mir vergeben Alias Erreichbar. Egal ob mit Domain Anhang oder ohne. Mehrere Settings durchgetestet. Sogar die Opnsense komplett Reset und NEU installiert.

Nichts hat geholfen.

----------------------------------------------------------

Nun zu meinem Fehler! Und zugleich eine Bitte an die GUI Abteilung :)

Ich habe ja DHCP per DNSMASQ ausgegeben. Und auch in DNSMASQ die LEASE bekommen. Jetzt gibt es da einen Butten STATIC Lease! Damit kann man Static Lease erstellen mit Alias.

ABER DNS macht ja nicht DNSMASQ sondern UNBOUND!! Weil DNSMASQ hat den Port auf 0. Der macht ja kein DNS :)

Klar wenn DNSMASQ meine Static Lease kennt aber Unbound nicht das ich keinen Ping bekomme!

Deswegen bitte in der Wiki oder in der GUI selbst entweder riesen groß -> bitte dann UNBOUND Lease nehmen oder die Funktion/Tab sperren!

Ich weiß es war mein Fehler.

Habe es direkt zum Anlass genommen DNSMASQ links liegen zu lassen und auf KEA DHCP und Unbound DNS zu wechseln.

Sollte mein vorgehen KOMPLETT Falsch sein bitte direkt sagen. Ich will nicht einen Fehler mit einem Fehler korrigieren.

Werde die Tage nun nochmals alles auf Default oder neu installieren da ich doch einiges "getestet" habe und dann langsam alles von Tomato auf Opnsense übernehmen.

Danke nochmals für die Hilfe.

PS: ICH HASSE FRITZBOXEN. Ich will sie nicht ich habe sie nicht, kurz die Dinger sind ein graus.
#94
German - Deutsch / Re: VOIP mit SWN NEumünster, F...
Last post by derMike - November 19, 2025, 07:32:59 AM
Moin Maurice,

ich werde es am WE einmal austesten ob ich es damit zum laufen bekomme. Vielen Dank für den Tipp.

Gruß der Mike
#95
Virtual private networks / Re: Wireguard Access and Globa...
Last post by spetrillo - November 19, 2025, 02:25:13 AM
Thanks!

Can I further lock this down by using the private IP of the incoming VPN connection as the source?
#96
25.1, 25.4 Series / Re: Certain domains not resolv...
Last post by Dribbons - November 19, 2025, 12:43:02 AM
Hello,
i am a first time poster and registered just for this post since i have the exact same problem with e.g. stuttgart.de.
In OPNsense I forward all DNS queries to unbound. When i disable this temporarily, i am able to dig or nslookup stuttgart.de from my laptop, if i enable the dns querie forwarding again, i receive communication errors with timeouts. Adopting meyergrus settings did not help.
Any tips for digging deeper into this problem are welcome.
#97
25.7, 25.10 Series / Re: Upgrade fails with signatu...
Last post by shaun90 - November 19, 2025, 12:38:34 AM
Quote from: connervt on November 19, 2025, 12:18:47 AMOr perhaps today's Cloudflare issue?

It could be related, but I think it has more to do with the cellular broadband connection doing something bad. It was consistently broken after 10 attempts. I also found out after posting here that the smaller "base" tar as part of the upgrade from 25.7.0 -> 25.7.7 needed the same workaround.
#98
Virtual private networks / Re: IPSEC site-to-site P2's no...
Last post by Kadence - November 19, 2025, 12:19:21 AM
I seem to have found my answer.
My Phase 2's were dropping at the Child SA Lifetime of 3600 seconds instead of rekeying.

I tried setting up this new OPNSense instance without tinkering with the IPSEC settings too much from the defaults for the sake of making it easy and trying out as much of the default stuff as possible.
I had to do a little trial and error in pfSense to find settings that would work with an OPNSense Connection set at the EA Defaults.
That seemed a little odd to me that the settings on the OPNSense end should be sort of a mystery.

In pfSense the Phase 1's had an Encryption Algorithm of AES256 with a hash of SHA512 and PFS at 14 (I also had it connect with a PFS of 16)
The Phase 2's were set the same.
These were just the settings that I settled on that happened to establish a connection and let the tunnel work.
While it appeared to be fine, it did leave me with the Phase2's dropping after an hour.

It occurred to me that I didn't fully understand what was happening with the EA set as "Default" in OPNSense. I realize that it utilizes a set of EA's that are optimal for connectivity but I'm not too great a fan of that "just trust it" sort of functionality.
I opted to disable Default and changed the algorithms to a fixed setting.
I set the Phase 1's to aes256gcm16-sha512-ecp521[DH21,NIST EC]
I set the Phase 2's to aes256gcm16-ecp512[DH21,NIST EC]

After adjusting the settings in 3 different pfSense endpoints to the same I've now had 3 tunnels rekey successfully several times without any issues.

I haven't needed to set the REQID and I have all of my LAN subnets configured in one Phase2 rather than multiple Phase 2's like on the pfSense end.
#99
25.7, 25.10 Series / Re: Upgrade fails with signatu...
Last post by connervt - November 19, 2025, 12:18:47 AM
Or perhaps today's Cloudflare issue?
#100
24.7, 24.10 Legacy Series / Re: How to apply manual change...
Last post by OmnomBánhmì - November 18, 2025, 11:56:43 PM
Sry to revive a very old thread. I ran into this too, then noticed that contents of

/usr/local/etc/wireguard/wg0.conf and

wg show | grep -A10 wg0

differ. If they do, the changes you made will not persist. Short version, look into what these (and related) commands do:

wg set wg0 peer 44zfpKeeWkZMUHfOd4ZgKiWxU9AEnha5NwTeqmCk7TU= remove

wg setconf wg0 /usr/local/etc/wireguard/wg0.conf

Make copies of your given files before playing, but at some point GUI and files will agree, saving you from headaches.