hash.kunalyadavaa.siteBuilding an Isolated Second Subnet Using Proxmox, OpenWrt LXC, and Old HardwareMost homelab enthusiasts think you need a managed switch or expensive gear to run multiple subnets. In reality, with Proxmox, an OpenWrt LXC container, and some old hardware, you can easily build an isolated second subnet without extra investment. I ...Sep 20, 2025·4 min read
hash.kunalyadavaa.siteSetting Up OpenWrt with DMZ Host and Linux BridgeStep 1: Configure the Main Router Log in to your main router’s admin panel. Enable DMZ Host or Bridge Mode for the device Assign the target IP for the DMZ host, for example: 192.168.29.8 This ensures that all incoming connections are forwar...Sep 7, 2025·2 min read
hash.kunalyadavaa.siteUbuntu Minimal 22.04 (Jammy) Cloud-Init Template on Proxmox VE: Download, Import, Templatize, and CloneOverview The Ubuntu Minimal 22.04 (Jammy) cloud image released on 2025-08-29 is a compact, cloud-init–ready image suitable for rapid VM provisioning in Proxmox VE by importing the disk, attaching it as SCSI, and adding a cloud-init drive before templ...Sep 6, 2025·5 min read
hash.kunalyadavaa.siteQEMU: The Game Changer for Multi-Architecture Container Builds - How It Solved My Registry NightmareIn today's diverse computing landscape, where ARM-based processors power everything from Apple Silicon Macs to AWS Graviton instances, building containers that work across different architectures isn't just convenient—it's essential. After struggling...Sep 3, 2025·5 min read
hash.kunalyadavaa.siteExpose Proxmox to the Internet Using Cloudflare Tunnel (Zero Trust)Accessing your Proxmox VE web interface securely over the internet can be challenging, especially if you want to avoid exposing open ports directly or dealing with complex firewall configurations. With Cloudflare Tunnel (Zero Trust), you can safely e...Aug 6, 2025·3 min read