From 2b3cc8d687d98f8adca79c8217a61186b7ca7ec0 Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Thu, 18 Sep 2025 11:52:25 +0000 Subject: [PATCH] Auto-update blog content from Obsidian: 2025-09-18 11:52:25 --- .../opnsense-virtualizaton-highly-available.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/content/post/opnsense-virtualizaton-highly-available.md b/content/post/opnsense-virtualizaton-highly-available.md index bb55749..4ae7250 100644 --- a/content/post/opnsense-virtualizaton-highly-available.md +++ b/content/post/opnsense-virtualizaton-highly-available.md @@ -47,16 +47,17 @@ Additionally, I have to add extra VLANs for this project, one for the WAN and th Before rushing into a migration, I want to experiment the high availability setup for OPNsense. The idea would be to: 1. Add some VLANs on the Proxmox SDN -2. Build two OPNsense VMs -3. Configure the high availabilty -4. Create another client VM -5. Shutdown the active OPNsense node -6. See what happen! +2. Create Fake ISP box +3. Build two OPNsense VMs +4. Configure the high availabilty +5. Create another client VM +6. Shutdown the active OPNsense node +7. See what happen! -### Add VLANs to the Proxmox SDN +### Add VLANs in the Homelab For this experiment, I add extra VLANs: -- 101: POC WAN +- 101: POC WAN - 102: POC LAN - 103: POC pfSync @@ -86,6 +87,9 @@ echo "net.ipv4.ip_forward=1" | sudo tee -a /etc/sysctl.conf sudo sysctl -p ``` +sudo apt install iptables-persistent -y +sudo netfilter-persistent save + Install dnsmasq ```bash