fix: revert TUNNEL_LOCAL_SSH_PORT to 2223, fix registry, add incident docs

- wizard.sh + connect.conf: TUNNEL_LOCAL_SSH_PORT back to 2223 (Synology SSH port)
- port-registry: renamed x6340 → x4662 (matches QuickConnect ID)
- port-registry: added MR2200ac mesh satellite note for x4662
- deployment checklist: added kit-connect section, post-deployment rules,
  incident log, and complete fleet port registry table
- memory: added fleet-router-inventory.md with full fleet state
- hub README: updated with current status and locations

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-07-22 21:20:08 +00:00
parent 44566d9563
commit 24d8fbd366
178 changed files with 874 additions and 15 deletions
+9 -3
View File
@@ -33,6 +33,12 @@ Response (new device):
## Port Pool
22302299. Already assigned:
- x4078: 2226 (grandfathered)
- x5925: 2230
Pool: 22302299 (plus grandfathered pre-pool ports 22252229).
| Device | Port | Location | Notes |
|--------|------|----------|-------|
| x4078 | 2226 | Bus (field) | Eyeride + Starlink, kit-connect installed (needs port fix) |
| x4324 | 2225 | Bus (field) | kit-connect ✅ stable |
| x4662 | 2229 | Bus (field) | MR2200ac mesh, old kittunnel ✅ stable |
| x5925 | 2230 | Office bench | kit-connect ✅ stable |
| x9002 | 2231 | Office bench | GL-XE3000, kit-connect/kit-mgmt ✅ stable |
+23 -3
View File
@@ -1,4 +1,24 @@
{
"x4078": {"tunnel_port": 2226, "assigned": "2026-07-21"},
"x5925": {"tunnel_port": 2230, "assigned": "2026-07-22"}
}
"x4078": {
"tunnel_port": 2226,
"assigned": "2026-07-21"
},
"x5925": {
"tunnel_port": 2230,
"assigned": "2026-07-22"
},
"x9002": {
"tunnel_port": 2231,
"assigned": "2026-07-22"
},
"x4324": {
"tunnel_port": 2225,
"assigned": "2026-07-22"
},
"x4662": {
"tunnel_port": 2229,
"assigned": "2026-07-22",
"mesh_satellite": "MR2200ac",
"notes": "Back-of-bus mesh via MR2200ac"
}
}