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>
1.4 KiB
1.4 KiB
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
- Do not change these IPs in config, scripts, or documentation.
- Source of truth:
config/ip-addresses.conf - Scripts: Use
scripts/lib/vmid-ip-maps.shor sourceconfig/ip-addresses.conf. - Verification:
scripts/verify/verify-backend-vms.shexpects these fixed IPs.
Related Documentation
- NETWORK_CONFIGURATION_MASTER.md — Full network config
- RPC_ENDPOINTS_MASTER.md — RPC domains and ports
- ALL_VMIDS_ENDPOINTS.md — Complete VMID list
- BLOCKSCOUT_FIX_RUNBOOK.md — Blockscout (5000) troubleshooting