TP-Link Omada Ecosystem

The homelab network is built on the TP-Link Omada SDN ecosystem β€” a centrally managed stack that unifies routing, switching, wireless access, VLAN segmentation, VPN connectivity, and firewall policy enforcement under a single control plane.

Rather than configuring each device independently, Omada provides controller-based management that ensures consistency, scalability, and clean network architecture. VLANs, SSIDs, port profiles, VPN policies, and firewall rules are defined once and propagated across the environment.


🧱 Core Network Topology

At a high level, the network follows a structured three-layer model:

Internet ↓ ER605 Gateway ↓ TL-SG2428P Main Switch ↓ Access Points + Infrastructure Switch ↓ Homelab & Client Devices

Each component has a clearly defined role within the ecosystem.


🌐 Gateway Layer β€” ER605 v1.0

Device: TP-Link ER605 v1.0 Role: Gateway, Router, Firewall, VPN Endpoint

The ER605 sits at the edge of the network and functions as:

Key Responsibilities

πŸ” VLAN Routing & Firewall Enforcement

All VLAN interfaces terminate at the ER605. Inter-VLAN communication is explicitly controlled through firewall rules, enforcing trust boundaries between:

No VLAN communicates implicitly β€” all traffic is policy-driven.

🌍 Port Forwarding (NAT)

Public-facing services in the DMZ are exposed through controlled port forwarding rules. Each rule maps:

Ingress access is tightly scoped and monitored to minimize exposure.

πŸ”’ VPN Services

The ER605 provides secure remote access and site connectivity using:

VPN access is segmented β€” remote users do not gain unrestricted LAN access.


πŸ” Core Switching Layer β€” TL-SG2428P v1.0

Device: TP-Link TL-SG2428P v1.0 Role: Main PoE Switch & VLAN Distribution Core

The TL-SG2428P is the central switching backbone of the homelab.

It connects directly to the ER605 and:

Why This Switch Is the Core

All access points connect directly to this switch. It acts as the VLAN distribution layer for the entire network.


πŸ–§ Infrastructure Access Layer β€” SG2008 v4.20

Device: TP-Link SG2008 v4.20 Role: Homelab Infrastructure Switch

The SG2008 connects downstream from the TL-SG2428P and services:

This switch carries tagged VLAN trunks from the main switch and breaks them out to infrastructure devices according to port profile configuration.

Design Intent

Infrastructure services are separated from user and IoT networks via VLANs. This reduces lateral movement risk and ensures predictable traffic flows between:


πŸ“‘ Wireless Access Layer

All access points connect directly to the TL-SG2428P main switch and are managed through the Omada Controller.

EAP620 HD v3.0

High-density ceiling-mount AP for primary wireless coverage.

EAP615-Wall v1.0

In-wall AP providing room-level coverage with integrated switch ports.

EAP235-Wall v1.0

Compact in-wall AP for targeted coverage zones.

SSID-to-VLAN Mapping

Each SSID maps directly to a VLAN, including:

Wireless segmentation mirrors wired segmentation. Devices joining an SSID are automatically placed into the appropriate VLAN with corresponding firewall rules applied.


🧩 VLAN-Centric Architecture

VLANs are the backbone of the design.

They provide:

Each VLAN is:

This ensures consistency from the gateway to the access layer.


πŸ” Security & Boundary Enforcement

Security in this ecosystem is not device-based β€” it is policy-based.

Segmentation is enforced both logically (VLAN) and through firewall policy.


🌍 DMZ & Public Exposure Model

Public-facing services are isolated into a dedicated DMZ VLAN.

Traffic Flow:

Internet β†’ ER605 (Port Forwarding Rule) β†’ DMZ Host β†’ Restricted Return Path

The DMZ:

This limits blast radius in the event of compromise.


πŸ”„ Centralized Management with Omada Controller

The Omada Controller provides:

Changes are consistent across devices, eliminating configuration drift and simplifying scaling.


🎯 Design Philosophy

This Omada ecosystem is designed around:

Rather than building a flat network and layering rules afterward, segmentation is foundational.

VLANs define structure. Firewall rules enforce boundaries. VPNs extend access securely. Port forwarding exposes services intentionally β€” never implicitly.

The result is a homelab network that is secure, organized, scalable, and easy to reason about.