Auto-update blog content from Obsidian: 2025-09-18 11:52:25
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 10s
Blog Deployment / Test-Staging (push) Successful in 2s
Blog Deployment / Merge (push) Successful in 6s
Blog Deployment / Deploy-Production (push) Successful in 10s
Blog Deployment / Test-Production (push) Successful in 3s
Blog Deployment / Clean (push) Has been skipped
Blog Deployment / Notify (push) Successful in 3s

This commit is contained in:
Gitea Actions
2025-09-18 11:52:25 +00:00
parent 11137262a1
commit 2b3cc8d687

View File

@@ -47,13 +47,14 @@ 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
@@ -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