From a37d88959d8014ac27c0566edab757aad7c95bbd Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Sun, 18 May 2025 21:33:35 +0000 Subject: [PATCH] Auto-update blog content from Obsidian: 2025-05-18 21:33:35 --- content/page/homelab/index.md | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/content/page/homelab/index.md b/content/page/homelab/index.md index e2f328a..fb13a65 100644 --- a/content/page/homelab/index.md +++ b/content/page/homelab/index.md @@ -128,9 +128,22 @@ At the core of my setup is a 3-node Proxmox VE 8 cluster, a KVM-based hypervisor For now, I’m primarily running just one VM and one LXC container. The VM is essentially a clone of my old physical server, hosting most of my applications as Docker containers. The LXC container serves as a simple jump server. ### Network -My entire home network is handled by a couple of UniFi switches, managed by a self-hosted UniFi controller. This allows me to simply configure my L2 network on a sleek and simplified UI. +The objective for the network was to implement VLANs and manage the firewall rules myself. I'm running OPNsense on a dedicated fanless box, relegating my ISP router in bridge mode. -For the router and firewall, I wanted more control, I've chosen to go with OPNsense. Initially I wanted to implement VLANs, to learn more on how to work with them and toy with firewalling. +The brain +My entire home network is handl + + +by a couple of UniFi switches, managed by a self-hosted UniFi controller. This allows me to simply configure my L2 network on a sleek and simplified UI. + +For the router and firewall, I wanted more control, I've chosen to go with OPNsense. As it replaced my ISP router, it serves as DHCP and DNS server. Initially I wanted to implement VLANs, to learn more on how to work with them and toy with firewalling. +OPNsense offers the possibility to add plugins, + +OPNsense is capable +VLAN +DNS +DHCP +VPN | Description | ID | Network | Mask | Gateway | Comments | | ----------- | ---- | ------------ | ---- | ------------ | ---------------------------- | @@ -143,12 +156,6 @@ For the router and firewall, I wanted more control, I've chosen to go with OPNse | Ceph | 99 | 192.168.99.0 | 24 | | Ceph | | VPN | 1337 | 10.13.37.0 | 24 | 10.13.37.1 | Wireguard network | -OPNsense is capable -VLAN -DNS -DHCP - - ### Storage