Author: Mike Swanson Machine: DESKTOP-0O8A1RL Timestamp: 2026-05-17 22:07:52
31 lines
1.6 KiB
Markdown
31 lines
1.6 KiB
Markdown
---
|
|
name: infra-office-network
|
|
description: ACG office LAN infrastructure — IPs, hosts, roles, and post-power-failure recovery
|
|
metadata:
|
|
type: project
|
|
---
|
|
|
|
ACG office LAN is 172.16.0.0/22, routed via Tailscale through pfSense node `pfsense-2` (100.119.153.74).
|
|
|
|
**Key hosts:**
|
|
| Host | IP | SSH | Role |
|
|
|------|----|-----|------|
|
|
| pfSense | 172.16.0.1 | port 2248, user admin | Router, DNS (Unbound), Tailscale subnet router |
|
|
| Jupiter | 172.16.3.20 | port 22, user root | Unraid NAS — all VMs + Docker containers |
|
|
| Uranus | 172.16.3.21 | (no key) | OwnCloud additional storage only — NOT a proxy |
|
|
| GuruRMM VM | 172.16.3.30 | port 22, user guru | Linux VM on Jupiter — GuruRMM, Coord API, MariaDB, Gitea |
|
|
| Pluto | 172.16.3.36 | (Windows) | Windows Server 2019 VM on Jupiter — MSI build server |
|
|
|
|
**Why:** How to apply: check these IPs before assuming what's where. .21 is NOT the Seafile proxy — NPM on .20 is.
|
|
|
|
**Docker on Jupiter (.20):**
|
|
- `npm` — Nginx Proxy Manager (ports 1880/7818/18443)
|
|
- `seafile` + `seafile-mysql` + `seafile-elasticsearch` + `seafile-memcached` — Seafile stack (port 8082)
|
|
- `gitea` — port 3000 (also accessed as 172.16.3.20:3000 or via SSH port forward from GuruRMM VM at .30:3000)
|
|
|
|
**NPM → 443 routing:** iptables PREROUTING on Jupiter: `dpt:443 → 172.17.0.2:443` (NPM container). Persisted in `/boot/config/go`. DNS `sync.azcomputerguru.com` → 172.16.3.20.
|
|
|
|
**VMs on Jupiter (virsh):** GuruRMM, Unifi, OwnCloud, Claude-Builder (running); Windows 7, Windows Server 2016, Windows Server 2016_Template (shut off).
|
|
|
|
**Why:** How to apply: see [[power-failure-runbook]] for full post-outage recovery steps.
|