Architecture: What I Actually Run

This is the real layout: three hosts, one router, one LAN, and a clear split of roles so that services stay manageable.


Physical layout

So: one active Windows Hyper-V host (Host 1) with five VMs, plus one TrueNAS; nginx and Pi-hole spread across two hosts. Host 2 is permanently offline.


Why this split?


Diagram (conceptual)

                         Internet
                                  │
                                  ▼
                        ┌─────────────────────┐
                        │ MikroTik hEX        │
                        │ DHCP, firewall,     │
                        │ 80/443 → VIP        │
                        └──────────┬──────────┘
                                   │
                  ┌────────────────┼────────────────┐
                  │                │                │
           ┌──────▼──────┐  ┌──────▼──────┐  ┌──────▼──────┐
           │ Host 1      │  │ Switch      │  │ Host 2      │
           │ Win + HV    │  │ + 4× AP     │  │ Win + HV    │
           └──────┬──────┘  └──────┬──────┘  └──────┬──────┘
                  │                │                │
           ┌──────▼─────────────────────────┐ ┌──────▼─────────────────────────┐
           │ Win: Plex, Ollama               │ │ Host 2 OFFLINE 2026-04-11       │
           │ VMs:                            │ │ (was nginx 2, Pi-hole 3)        │
           │ • Docker (Bitwarden, Mealie,    │ └─────────────────────────────────┘
           │   ConvertX, IT-Tools, Donetick, │
           │   Homepage, OpenWebUI)          │
           │ • nginx primary (VIP)           │
           │ • Pi-hole 1                     │
           │ • Minecraft (dedicated VM)      │
           │ • Stoat Chat (dedicated VM)     │
           └─────────────────────────────────┘

           ┌─────────────────────────────────┐
           │ Host 3: TrueNAS Scale            │
           │ • SMB (media, etc.)              │
           │ • Pi-hole 2 (app)                │
           └─────────────────────────────────┘

Tech choices in one sentence

If you want to go deeper on any of these, the links in the next sections point to official docs.

← Back to index | Next: Network →