fix VPN topology: server=Rackham Docker, host=192.168.254.105

This commit is contained in:
kayos 2026-03-22 12:06:05 -07:00
parent ada009db53
commit bb8b23e0e3

View file

@ -94,13 +94,14 @@ This document is the **canonical source of truth** for the ADAMaps decentralized
### 1.2 VPN Configuration
| Component | Location | Type |
|-----------|----------|------|
| **OpenVPN Server** | Lucy (Docker) | Server |
| **OpenVPN Client** | Rackham (native) | Client |
| Component | VPN IP | Location |
|-----------|--------|----------|
| **OpenVPN Server** | 192.168.254.1 | Rackham Docker (`cool_khayyam`) |
| **Rackham Host** | 192.168.254.105 | Rackham native client |
| **Lucy containers** | various | VPN clients (`OpenVPN-adamaps`, etc.) |
| **VPN Subnet** | 192.168.254.0/24 | — |
| **Lucy VPN IP** | 192.168.254.112 | — |
| **Rackham VPN IP** | 192.168.254.1 | — |
**Contact Rackham services via:** `192.168.254.105`
**NOT WireGuard** — OpenVPN is the actual VPN in use.
@ -295,7 +296,7 @@ Bee → adacam-api (0.0.0.0:5000)
PostGIS (Rackham:5432) ←─ PRIMARY
├──► OpenVPN tunnel
├──► OpenVPN (Lucy containers → 192.168.254.105)
PostGIS (Lucy:5432) ←─ BACKUP
```
@ -515,13 +516,14 @@ ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOQxwJU91TCxds34P18D3xRbu7rxlrgTUoml/H8nxeDK
### 16.3 IP Addresses
| Device | LAN IP | VPN IP |
|--------|--------|--------|
| **Rackham** | 142.44.213.229 | 192.168.254.1 |
| **Lucy** | 192.168.0.5 | 192.168.254.112 |
| Bee AP | 192.168.0.10 | — |
| Bee Client | DHCP | — |
| Bee USB | 192.168.197.55 | — |
| Device | LAN IP | VPN IP | Notes |
|--------|--------|--------|-------|
| **OpenVPN Server** | — | 192.168.254.1 | Rackham Docker (`cool_khayyam`) |
| **Rackham Host** | 142.44.213.229 | 192.168.254.105 | Contact services here |
| **Lucy** | 192.168.0.5 | via containers | `OpenVPN-adamaps`, etc. |
| Bee AP | 192.168.0.10 | — | — |
| Bee Client | DHCP | — | — |
| Bee USB | 192.168.197.55 | — | Recovery |
---
@ -554,6 +556,7 @@ ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOQxwJU91TCxds34P18D3xRbu7rxlrgTUoml/H8nxeDK
| 2026-03-22 | 1.0 | Initial (4 agents) |
| 2026-03-22 | 2.0 | Expanded (12 agents) |
| 2026-03-22 | 3.0 | **Final** — Cobb corrections: DB primary/backup, OpenVPN, /etc/hosts syntax, service architecture |
| 2026-03-22 | 3.1 | VPN topology fix: Server=Rackham Docker (192.168.254.1), Host=192.168.254.105 |
---