Some checks failed
Deploy to Phoenix / deploy (push) Has been cancelled
- ADD_CHAIN138_TO_LEDGER_LIVE: Ledger form done; public code review repo bis-innovations/LedgerLive; init/push commands - CONTRACT_DEPLOYMENT_RUNBOOK: Chain 138 gas price 1 gwei, 36-addr check, TransactionMirror workaround - CONTRACT_*: AddressMapper, MirrorManager deployed 2026-02-12; 36-address on-chain check - NEXT_STEPS_FOR_YOU: Ledger done; steps completable now (no LAN); run-completable-tasks-from-anywhere - MASTER_INDEX, OPERATOR_OPTIONAL, SMART_CONTRACTS_INVENTORY_SIMPLE: updates - LEDGER_BLOCKCHAIN_INTEGRATION_COMPLETE: bis-innovations/LedgerLive reference Co-authored-by: Cursor <cursoragent@cursor.com>
34 lines
1.4 KiB
Markdown
34 lines
1.4 KiB
Markdown
# 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
|