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.9 KiB
1.9 KiB
CCIP Interim Range - IP Conflicts Resolved
Date: 2026-02-01
Status: ✅ COMPLETE
Summary
Containers using IPs in the CCIP interim range (192.168.11.170-212) were relocated via SSH and pct commands. The range is now clear for CCIP fleet deployment.
Changes Made
| VMID | Hostname | Old IP | New IP | Host | Reason |
|---|---|---|---|---|---|
| 1505 | besu-sentry-alltra-1 | 192.168.11.170 | 192.168.11.213 | ml110 | Free .170 for CCIP Ops |
| 1506 | besu-sentry-alltra-2 | 192.168.11.171 | 192.168.11.214 | ml110 | Free .171 for CCIP Ops |
| 8641 | vault-phoenix-2 | 192.168.11.201 | 192.168.11.215 | r630-02 | Free .201 for CCIP Execute |
Commands Executed
# VMID 1505 (ml110)
pct stop 1505
pct set 1505 -net0 name=eth0,bridge=vmbr0,gw=192.168.11.1,hwaddr=BC:24:11:74:2B:55,ip=192.168.11.213/24,type=veth
pct start 1505
# VMID 1506 (ml110)
pct stop 1506
pct set 1506 -net0 name=eth0,bridge=vmbr0,gw=192.168.11.1,hwaddr=BC:24:11:71:58:1D,ip=192.168.11.214/24,type=veth
pct start 1506
# VMID 8641 (r630-02)
pct stop 8641
pct set 8641 -net0 name=eth0,bridge=vmbr0,gw=192.168.11.1,hwaddr=BC:24:11:DA:A1:7F,ip=192.168.11.215/24,type=veth
pct start 8641
CCIP Interim Range - Now Available
| Role | IP Range | Status |
|---|---|---|
| Ops/Admin | 192.168.11.170-171 | ✅ Clear |
| Monitoring | 192.168.11.172-173 | ✅ Clear |
| Commit | 192.168.11.174-189 | ✅ Clear |
| Execute | 192.168.11.190-205 | ✅ Clear |
| RMN | 192.168.11.206-212 | ✅ Clear |
Verification
- All three containers restarted successfully
- No duplicate IPs introduced
- Configurations updated in
reports/VMID_IP_ADDRESS_LIST.md
Follow-up
- Update besu node lists / enodes if 1505/1506 are in static configs
- Update any references to vault-phoenix-2 at 192.168.11.201
- CCIP fleet can now deploy using interim IP plan per
docs/07-ccip/CCIP_DEPLOYMENT_SPEC.md