From 730e7d729d78683ff95e4fce25133344fae6b2cd Mon Sep 17 00:00:00 2001 From: jester Date: Wed, 1 Apr 2026 12:20:19 +0000 Subject: [PATCH] Add PBS MGMT_LAN IP 172.60.0.30 and note on Proxmox PBS storage config --- SCRATCH/new-host-ips.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/SCRATCH/new-host-ips.md b/SCRATCH/new-host-ips.md index 457e3c6..e45683e 100644 --- a/SCRATCH/new-host-ips.md +++ b/SCRATCH/new-host-ips.md @@ -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