All checks were successful
Blog Deployment / Check-Rebuild (push) Successful in 19s
Blog Deployment / Build (push) Successful in 40s
Blog Deployment / Deploy-Staging (push) Successful in 11s
Blog Deployment / Test-Staging (push) Successful in 3s
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) Successful in 2s
Blog Deployment / Notify (push) Successful in 2s
19 lines
565 B
Markdown
19 lines
565 B
Markdown
---
|
|
slug: opnsense-virtualizaton-highly-available
|
|
title: Template
|
|
description:
|
|
date:
|
|
draft: true
|
|
tags:
|
|
- opnsense
|
|
- proxmox
|
|
categories:
|
|
- homelab
|
|
---
|
|
## Intro
|
|
|
|
I recently encountered my first real problem, my physical **OPNsense** box crashed because of a kernel panic, I've detailed what happened in that [post]({{< ref "post/10-opnsense-crash-disk-panic" >}})
|
|
|
|
After this event, I came up with an idea to enhance the stability of the lab: **Virtualize OPNsense**
|
|
|
|
This would require some modification at the network level and is quite critical to implement. |