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
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:
@@ -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:
|
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
|
1. Add some VLANs on the Proxmox SDN
|
||||||
2. Build two OPNsense VMs
|
2. Create Fake ISP box
|
||||||
3. Configure the high availabilty
|
3. Build two OPNsense VMs
|
||||||
4. Create another client VM
|
4. Configure the high availabilty
|
||||||
5. Shutdown the active OPNsense node
|
5. Create another client VM
|
||||||
6. See what happen!
|
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:
|
For this experiment, I add extra VLANs:
|
||||||
- 101: POC WAN
|
- 101: POC WAN
|
||||||
- 102: POC LAN
|
- 102: POC LAN
|
||||||
- 103: POC pfSync
|
- 103: POC pfSync
|
||||||
|
|
||||||
@@ -86,6 +87,9 @@ echo "net.ipv4.ip_forward=1" | sudo tee -a /etc/sysctl.conf
|
|||||||
sudo sysctl -p
|
sudo sysctl -p
|
||||||
```
|
```
|
||||||
|
|
||||||
|
sudo apt install iptables-persistent -y
|
||||||
|
sudo netfilter-persistent save
|
||||||
|
|
||||||
Install dnsmasq
|
Install dnsmasq
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
Reference in New Issue
Block a user