Files
proxmox/docs/11-references/VMID_IP_FIXED_REFERENCE.md

34 lines
1.4 KiB
Markdown
Raw Normal View History

# Fixed Permanent VMID → IP Reference
**Last Updated:** 2026-02-03
**Status:** Canonical
**Purpose:** Defines VMIDs whose IP addresses are fixed and must not be changed.
---
## Fixed VMID → IP Mapping
| VMID | Hostname | IP Address | Config Variable | Purpose |
|------|----------|------------|-----------------|---------|
| 2101 | besu-rpc-core-1 | 192.168.11.211 | RPC_CORE_1 | Admin, contract deployment |
| **2201** | besu-rpc-public-1 | **192.168.11.221** | RPC_PUBLIC_1 | Bridge, monitoring, public-facing (ports 8545 HTTP, 8546 WS) |
| 5000 | blockscout-1 | 192.168.11.140 | IP_BLOCKSCOUT | Explorer (Blockscout; web:80, API:4000) |
---
## Rules
1. **Do not change** these IPs in config, scripts, or documentation.
2. **Source of truth:** `config/ip-addresses.conf`
3. **Scripts:** Use `scripts/lib/vmid-ip-maps.sh` or source `config/ip-addresses.conf`.
4. **Verification:** `scripts/verify/verify-backend-vms.sh` expects these fixed IPs.
---
## Related Documentation
- [NETWORK_CONFIGURATION_MASTER.md](NETWORK_CONFIGURATION_MASTER.md) — Full network config
- [RPC_ENDPOINTS_MASTER.md](../04-configuration/RPC_ENDPOINTS_MASTER.md) — RPC domains and ports
- [ALL_VMIDS_ENDPOINTS.md](../04-configuration/ALL_VMIDS_ENDPOINTS.md) — Complete VMID list
- [BLOCKSCOUT_FIX_RUNBOOK.md](../03-deployment/BLOCKSCOUT_FIX_RUNBOOK.md) — Blockscout (5000) troubleshooting