From 0ee5a8403d8d26704b95481ade260132f4f77733 Mon Sep 17 00:00:00 2001 From: Jozsef Gtta Date: Mon, 11 May 2026 12:45:12 +0000 Subject: [PATCH] Add Wi-Fi infrastructure: Synology RT6600ax + 2x MR2200ac mesh --- homelab-overview.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/homelab-overview.md b/homelab-overview.md index d4eddd0..41ccea9 100644 --- a/homelab-overview.md +++ b/homelab-overview.md @@ -15,6 +15,18 @@ The homelab runs on a **192.168.88.0/24** subnet managed by a **MikroTik router* | Primary Router / DNS | MikroTik | 192.168.88.1 | | Secondary Network | Secondary subnet | 192.168.2.0/24 | +### Wi-Fi Infrastructure + +Wireless coverage is provided by a **Synology mesh network** running SRM (Synology Router Manager). + +| Device | Model | Role | +|---|---|---| +| Primary Router | Synology RT6600ax | Main mesh router — tri-band Wi-Fi 6 | +| Mesh Point 1 | Synology MR2200ac | Mesh satellite — Wi-Fi 5 | +| Mesh Point 2 | Synology MR2200ac | Mesh satellite — Wi-Fi 5 | + +The RT6600ax acts as the mesh base station and manages the wireless network. The two MR2200ac units extend coverage throughout the home as mesh satellites, all managed from the same SRM interface. + ### DNS Architecture - **MikroTik** handles all internal DNS. It resolves `*.jgitta.com` subdomains to the internal Caddy reverse proxy at `192.168.88.110`, and forwards everything else to `1.1.1.1` / `8.8.8.8`.