Homelab Re-ramped

Published at 2026-07-22

This re-ramped homelab runs on a single all-in-one Unraid server with separate networks for trusted LAN access and self-hosted application workloads.

Dell Precision Rack

Core Platform

Network Layout

The server uses two physical NICs:

Interface Network Purpose
eth0 192.168.1.0/24 Trusted home LAN, management, SMB, normal administration
eth1 10.10.10.0/24 Self-hosted apps and isolated VM/application network

Network Policy

High-Level Topology

                    Internet
                       |
                 MikroTik Router
                       |
        +--------------+--------------+
        |                             |
  192.168.1.0/24                10.10.10.0/24
   Trusted LAN                  App / VM Network
        |                             |
        |                             |
    Unraid eth0                   Unraid eth1
        |                             |
        |                     Public-facing VM(s)
        |                     GitHub runner VM
        |
  Nginx Proxy Manager
     192.168.1.4

DNS and HTTPS

Shares and Storage Roles

Share Storage Purpose
appdata Cache SSD Active container and application data
appdata-backup Main array Backup target for appdata and Docker backups
domains Cache VM files and virtual disks
smb1 Main array User data and important documents
vm-backups Main array Full VM backups created by script

Backup Strategy

Appdata Backup

VM Full Backup Script

Current script behavior:

Rclone Offsite Backup

Current script path mapping:

Remote Access and External Connectivity

Three different remote access or external access paths are in use:

Tailscale

AmneziaWG VM

Additional VMs on 10.10.10.0/24

Firewall Design Summary

The MikroTik firewall is used to keep the application network reachable from the trusted LAN without allowing the application network to laterally move back into the trusted network.

Forwarding Policy

NAT Policy

Current WAN destination NAT mappings from the 2026-07-22 export:

Operational Notes