Add PBS MGMT_LAN IP 172.60.0.30 and note on Proxmox PBS storage config

This commit is contained in:
jester 2026-04-01 12:20:19 +00:00
parent c2c0990833
commit 730e7d729d

View File

@ -9,6 +9,13 @@
| zpac-api | 9020 | 10.60.0.18 |
| zpac-portal | 9021 | 10.60.0.19 |
| zlh-monitor (Prometheus/Grafana) | 9016 | 10.60.0.25 |
| zlh-back (PBS) | 9017 | 10.60.0.24 (CORE_LAN) |
## MGMT LAN (172.60.0.0/24) — vmbr5
| Service | IP | Notes |
|---------|----|-------|
| zlh-back (PBS) | 172.60.0.30 | Used by Proxmox host to reach PBS — add second NIC on vmbr5 |
| Proxmox host (zlh1) | 172.60.0.6 | Direct access to PBS without going through OPNsense |
## ZPACK LAN (10.70.0.0/24) — vmbr6
| Service | New ID | IP |
@ -22,6 +29,10 @@
| zlh-router (OPNsense core) | 9001 | 10.60.0.254 (gateway) |
| zpack-router (OPNsense game/dev) | 9002 | 10.70.0.254 (gateway) |
## Proxmox PBS Storage Config
- Use `172.60.0.30:8007` when adding PBS as storage in Proxmox Datacenter
- NOT `10.60.0.24` — Proxmox host can't reach CORE_LAN directly, only via vmbr5 MGMT_LAN
## 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