Auto-update blog content from Obsidian: 2025-10-20 20:02:27
All checks were successful
Blog Deployment / Check-Rebuild (push) Successful in 6s
Blog Deployment / Build (push) Has been skipped
Blog Deployment / Deploy-Staging (push) Successful in 9s
Blog Deployment / Test-Staging (push) Successful in 2s
Blog Deployment / Merge (push) Successful in 7s
Blog Deployment / Deploy-Production (push) Successful in 10s
Blog Deployment / Test-Production (push) Successful in 2s
Blog Deployment / Clean (push) Has been skipped
Blog Deployment / Notify (push) Successful in 3s

This commit is contained in:
Gitea Actions
2025-10-20 20:02:27 +00:00
parent 99bea3a191
commit c60dc7aeb9

View File

@@ -20,7 +20,7 @@ categories:
In my previous [post]({{< ref "post/12-opnsense-virtualization-highly-available" >}}), I've set up a PoC to validate the possibility to create a cluster of 2 **OPNsense** VMs in **Proxmox VE** and make the firewall highly available.
Now I'm in the preparation to make it real in my homelab. But this time with a real setup, my future OPNsense cluster configuration.
Now I'm in the preparation to make it real in my homelab. So this time with a real setup, my future OPNsense cluster configuration.
Initially I was thinking of just restoring my current configuration on a OPNsense instance freshly installed. But then I realized that I didn't really documented how I put the pieces together the first time. This is the perfect moment to put things right.
@@ -33,8 +33,9 @@ In this post, I will show you how I configure OPNsense, from a fresh installatio
- DNS with Unbound coupled with Dnsmasq
- VPN with WireGuard
- Reverse Proxy with Caddy
- And more...
Hopefully the next time, I will also cover the VM creation on Proxmox and how I'm managing this migration from my physical OPNsense box to this highly available cluster in VMs. Let's dive in!
Hopefully the next time, I will also cover the VM creation on Proxmox and how I'm preparing this migration from my physical OPNsense box to this highly available cluster in VMs. Let's dive in!
---
## System
@@ -536,3 +537,4 @@ Then I want to make sure that future changes are synchronized if I omit to repli
---
## Conclusion