Recent posts

#1
German - Deutsch / Re: ddclient mit ddnss.de nutz...
Last post by spooner.arthur - Today at 01:27:54 PM
Habs angepasst und ich glaube jetzt rennt es:

Description: ddnss.de
Service: custoam
Username: eintragen
Password: eintragen
Wildcard: nein
Hostname(S): eintragen
Check ip method: interface (ipv4)
Interface to monitor: WAN
Check ip timeout: 10
#3
Quote from: Akruidenberg on September 19, 2026, 10:07:29 AMOption 3 would be nice to have a dropdown to choose a cert. 
This has been added.
#4
26.7 Series / Ddclient - no global IP addres...
Last post by Kai - Today at 10:34:03 AM
Hi,

I updated to version 26.7.4. Afterward, I noticed that my WireGuard VPN was no longer establishing a handshake.
After some troubleshooting, I found an error message from ddclient:

"no global IP address detected."

However, the ddclient settings show my current IP address; it is only on DuckDNS that my old IP address is still listed—meaning it is no longer being updated.
Before the update, everything had been running perfectly for months without any changes.

Do you have any ideas on what I can do?
#5
German - Deutsch / Re: OPN zu OPN per Wireguard V...
Last post by spooner.arthur - Today at 10:14:29 AM
Hallo Zusammen,
ich habe jetzt zum ersten Mal ein Wireguard Site-to-Site VPN eingerichtet.
Hab den Artikel leider erst jetzt gefunden, ich hab es nach unzähligen Versuchen letztendlich mit der OPNsensen eigenen Anleitung eingerichtet.
Im Prinzip funktioniert es, aber ich weiß, ich hatte Artikel gefunden, wo es etwas ausführlicher beschrieben wurde.
Wireguard Instance und Peer anlegen, Interface anlegen, Firewallregeln, Normalization, usw.

Habt ihr eine gute Anleitung, Schritt für Schritt.
Im Moment habe ich das Gefühl, das ich es irgendwie dahin gebastelt habe.

Gruß Arthur
#6
I noticed that URL/name was changed now it is 

https://github.com/Garfieldttt/opnsense-zabbix-template

#7
26.7 Series / Re: verification fails for OPN...
Last post by patient0 - Today at 08:00:29 AM
Quote from: tj0219 on Today at 06:10:31 AMI realized i didn't unpack the files. helps if i read the instructions
Better late then never :) Have an excellent Sunday.
#8
@UnicronHD, thanks again for all the work and for digging into this with me.

Looking forward to the official release!
#9
26.7 Series / Re: verification fails for OPN...
Last post by tj0219 - Today at 06:10:31 AM
never mind, i figured it out, I'm an idiot. I realized i didn't unpack the files. helps if i read the instructions. LOL

Thanks!

Tyler
#10
26.7 Series / Re: verification fails for OPN...
Last post by tj0219 - Today at 05:26:32 AM
Running Windows 11

ran Get-FileHash .\OPNsense-26.7-vga-amd64.img.bz2 -Algorithm SHA256 to verify the Hash, which checked out against the file i downloaded "OPNsense-26.7-checksums-amd64.sha256"

Then ran:

& "C:\Program Files\OpenSSL-Win64\bin\openssl.exe" base64 -d -in ".\OPNsense-26.7-vga-amd64.img (3).sig" -out .\image.sig

Which i think passed.


Followed by

 & "C:\Program Files\OpenSSL-Win64\bin\openssl.exe" dgst -sha256 -verify .\OPNsense-26.7.pub -signature .\image.sig .\OPNsense-26.7-vga-amd64.img.bz2

and it failed with the message from my earlier post.

Thanks!
Tyler