architecture:overview
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| architecture:overview [2026/02/23 13:34] – 192.168.1.189 | architecture:overview [2026/02/23 13:41] (current) – 192.168.1.189 | ||
|---|---|---|---|
| Line 15: | Line 15: | ||
| ==== 1. High-Level Diagram ==== | ==== 1. High-Level Diagram ==== | ||
| - | |||
| - | <code ->\\ ┌──────────────── Internet ────────────────┐\\ │ Ting Fiber (WAN1) │\\ └────────────────────┬─────────────────────┘\\ │\\ [ WAN1 @ Port 5 ]\\ │\\ ┌────────────────────────────────┐\\ │ UCG Max (192.168.1.1) │\\ │ - Router / Firewall │\\ │ - DHCP for all VLANs │\\ └─────┬───────────┬──────────────┘\\ │ │\\ VLAN 1 (192.168.1.0/ | ||
| <code -> | <code -> | ||
| + | ┌──────────────── Internet ────────────────┐ | ||
| + | │ Ting Fiber (WAN1) │ | ||
| + | └────────────────────┬─────────────────────┘ | ||
| + | │ | ||
| + | [ WAN1 @ Port 5 ] | ||
| + | │ | ||
| + | ┌────────────────────────────────┐ | ||
| + | │ UCG Max (192.168.1.1) │ | ||
| + | │ - Router / Firewall │ | ||
| + | │ - DHCP for all VLANs │ | ||
| + | └─────┬───────────┬──────────────┘ | ||
| + | │ │ | ||
| + | VLAN 1 (192.168.1.0/ | ||
| + | │ │ | ||
| + | ┌─────┴───────┐ │ | ||
| + | │ USW-Lite-8 │ │ | ||
| + | │ 8-PoE │ │ | ||
| + | │ 192.168.1.194 │ | ||
| + | └─────┬───────┘ │ | ||
| + | │ │ | ||
| + | ┌───────────────────┼───────────┼────────────────────┐ | ||
| + | │ │ │ │ | ||
| + | [Hallway AP] [Front-end [Other wired [Downstream | ||
| + | 192.168.1.236 devices] devices] uplinks] | ||
| + | (WiFi for multiple | ||
| + | VLANs via SSIDs) | ||
| + | |||
| Hallway AP (mesh) ──► UDB Switch (192.168.1.98) | Hallway AP (mesh) ──► UDB Switch (192.168.1.98) | ||
| </ | </ | ||
| - | </code> | + | < |
| + | ┌────────── Compute + Storage Layer ───────────┐ | ||
| - | <code -> | + | ┌─────────────────────────────────────────────────────────┐ |
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| - | <code -> | + | |
| - | | + | │ **TrueNAS VM (on PVE-NAS)** |
| + | │ - Receives all 8 × PM863 via HBA passthrough | ||
| + | │ - Will expand with future SSDs (goal: 11 drives) │ | ||
| + | │ - Main storage pools for: │ | ||
| + | │ - Immich | ||
| + | │ - Jellyfin | ||
| + | │ - Nextcloud | ||
| + | │ - NPM / Web / internal services | ||
| + | └─────────────────────────────────────────────────────────┘ | ||
| </ | </ | ||
| - | </code> | + | < |
| - | + | ┌──────────── Automation & Lighting Layer ─────────────┐ | |
| - | <code -> | + | |
| VLAN 60 (Torres Family Lights) → 192.168.60.0/ | VLAN 60 (Torres Family Lights) → 192.168.60.0/ | ||
| - | <code -> | + | |
| - | | + | - Kulp controllers / smart receivers |
| + | - WLED instances (including wled_car_warning) | ||
| </ | </ | ||
| - | </ | + | ==== ==== 2. Network & VLAN Layout |
| - | + | ||
| - | ---- | + | |
| - | + | ||
| - | ==== 2. Network & VLAN Layout ==== | + | |
| The **UCG Max** serves as the router, firewall, and DHCP server for all networks. | The **UCG Max** serves as the router, firewall, and DHCP server for all networks. | ||
| Line 71: | Line 121: | ||
| === VLANs === | === VLANs === | ||
| - | ^ Name ^ VLAN ID ^ Subnet ^ DHCP ^ Notes ^\\ | Default | 1 | 192.168.1.0/ | + | ^ Name ^ VLAN ID ^ Subnet ^ DHCP ^ Notes ^ |
| + | | Default | 1 | 192.168.1.0/ | ||
| + | | stark_user | 10 | 192.168.10.0/ | ||
| + | | stark_IOT | 20 | 192.168.20.0/ | ||
| + | | guest | 30 | 192.168.30.0/ | ||
| + | | IOT+ | 50 | 192.168.50.0/ | ||
| + | | Torres Family lights | 60 | 192.168.60.0/ | ||
| === WiFi SSIDs === | === WiFi SSIDs === | ||
| - | ^ SSID ^ VLAN ^ Bands ^ Purpose ^\\ | stark_IOT | 20 | 2.4 / 5 GHz | IoT |\\ | stark_user | 10 | 2.4 / 5 GHz | Users |\\ | stark_IOT+ | 50 | 2.4 / 5 GHz | Bridges / cameras | | + | ^ SSID ^ VLAN ^ Bands ^ Purpose ^ |
| - | + | | stark_IOT | 20 | 2.4 / 5 GHz | IoT | | |
| - | ---- | + | | stark_user | 10 | 2.4 / 5 GHz | Users | |
| + | | stark_IOT+ | 50 | 2.4 / 5 GHz | Bridges / cameras | | ||
| ==== 3. Proxmox Architecture (Updated 2026) ==== | ==== 3. Proxmox Architecture (Updated 2026) ==== | ||
architecture/overview.1771871674.txt.gz · Last modified: by 192.168.1.189
