chore: update submodule refs, clean up plans/evidence, update .gitignore
NexusGuard CI / server-core-test (push) Failing after 3m6s
NexusGuard CI / server-core-build (push) Has been skipped
NexusGuard CI / device-agent-test (push) Failing after 4s
NexusGuard CI / device-agent-cross-build (amd64, linux) (push) Has been skipped
NexusGuard CI / device-agent-cross-build (amd64, windows) (push) Has been skipped
NexusGuard CI / device-agent-cross-build (arm64, linux) (push) Has been skipped
NexusGuard CI / dashboard-test (push) Failing after 4s
NexusGuard CI / dashboard-dist (push) Has been skipped

This commit is contained in:
datadunia
2026-06-07 23:53:15 +07:00
parent 281ac48d28
commit cbacfea7f2
43 changed files with 139 additions and 2 deletions
+23
View File
@@ -0,0 +1,23 @@
# gogo2 (10.172.21.2) AllowedIPs Evidence
# Public Key: Akp/KlNcbN3xe6nZ3Icfn/HVJQ4ueRHPIxlQOCUwTwM=
#
# === STATE TIMELINE ===
# BASELINE (before fix):
# allowed ips: 10.172.21.0/24 <-- already correct from prior setup
#
# AFTER IMMEDIATE FIX:
# allowed ips: 10.172.21.0/24 <-- re-set and confirmed
#
# === OBSERVATION ===
# gogo2's AllowedIPs was already set to 10.172.21.0/24 in the baseline.
# gogo2 has is_active=false in the DB (per inherited wisdom).
# The server-core sync DOES NOT touch gogo2 (it likely queries only
# active devices, and gogo2 is excluded).
#
# After setting AllowedIPs manually, gogo2 STAYS set across multiple
# verification cycles (1s, 3s, 10s, 30s).
#
# === VERIFICATION COMMANDS ===
# ssh root@172.20.8.191 'wg show wg0 | grep -A 4 "Akp/KlNcbN3xe6nZ3Icfn/HVJQ4ueRHPIxlQOCUwTwM="'
# Expected: allowed ips: 10.172.21.0/24
# Actual: allowed ips: 10.172.21.0/24 ✓ STABLE