Home Lab Network Project - Part 1
UniFi Network Segmentation
Home Lab Overview
A production-like home infrastructure environment focused on networking, virtualization, storage, self-hosting, and automation. The environment evolved from a single server into a segmented infrastructure supporting media services, IoT devices, and home automation.
Overview
Designed and implemented a segmented home network using a UniFi Dream Router, two distribution switches, and one wireless access point. The goal was to separate trusted devices, IoT devices, guest users, infrastructure devices, and hosted services into different networks while maintaining controlled internet access.
Topology
- ISP connection into UniFi Dream Router
- UniFi Dream Router uplinked to two distribution switches
- Wireless access point connected for VLAN-based Wi-Fi networks
Networks
- Default Network - Management / switch infrastructure
- Residence Network - Main personal devices
- IoT Network - Smart home and low-trust devices
- Guest Network - Guest Wi-Fi access
- DMZ Network - Server and self-hosted services
Key Concepts
- VLAN segmentation
- NAT/PAT for internet access
- Inter-VLAN routing
- Layer 3 firewall rules
- Network isolation
- Management network separation
Implementation Notes
Out of the box, the UniFi Dream Router provides automatic NAT/PAT for internet access, similar to most home routers. I also learned that VLANs alone do not automatically secure networks from each other because inter-VLAN routing is allowed by default.
To improve security, I created firewall rules to block communication between the private Class C networks while still allowing each VLAN to access the internet. This helped isolate IoT, guest, and DMZ devices from my main residence and management networks.
Resume-Style Summary
Designed a segmented UniFi home network using VLANs, managed switching, and Layer 3 firewall policies to isolate management, residence, IoT, guest, and DMZ networks while maintaining controlled internet access through NAT/PAT.