# New Host IP Assignments — Detroit (zlh1) ## Core LAN (10.60.0.0/24) — vmbr1 | Service | New ID | IP | |---------|--------|----| | zlh-dns (Technitium) | 9010 | 10.60.0.14 | | zlh-proxy (Caddy) | 9011 | 10.60.0.16 | | zlh-artifacts (Caddy file server) | 9014 | 10.60.0.17 | | zpac-api | 9020 | 10.60.0.18 | | zpac-portal | 9021 | 10.60.0.19 | | zlh-monitor (Prometheus/Grafana) | 9016 | 10.60.0.25 | ## ZPACK LAN (10.70.0.0/24) — vmbr6 | Service | New ID | IP | |---------|--------|----| | zpack-velocity | 9015 | 10.70.0.10 | | zpack-proxy (Traefik) | 9012 | 10.70.0.11 | ## Routers | Service | New ID | IP | |---------|--------|----| | zlh-router (OPNsense core) | 9001 | 10.60.0.254 (gateway) | | zpack-router (OPNsense game/dev) | 9002 | 10.70.0.254 (gateway) | ## Files to update with new IPs - zpac-api .env — PORTAL_URL, API_URL, ARTIFACTS_URL, TECHNITIUM_URL, VELOCITY_URL, ZPACK_PROXY_IP, PUBLIC_IP - zpac-portal .env.local — NEXT_PUBLIC_API_BASE_URL=http://10.60.0.18:4000 - zlh-agent — ZLH_ARTIFACT_BASE_URL=http://10.60.0.17:8080 (+ update.go compiled constant) - Caddy 9011 — update reverse_proxy IPs for api (10.60.0.18) and portal (10.60.0.19) - Traefik 9012 dynamic config — update API IP to 10.60.0.18 - Proxmox API .env — PROXMOX_HOST=https://66.163.115.224:8006