Server recovery and static IP assignments
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

- Recovered from bzfirmware corruption on USB boot drive
- Assigned static IPs to all dockerproxy containers (172.18.0.x)
- Assigned static IPs to all netbox containers (172.24.0.x)
- Created comprehensive IP assignment documentation
- Rebuilt NetBox stack with correct network configuration

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-20 22:58:17 +02:00
parent 0e35142e10
commit b8cf34aedf
2 changed files with 167 additions and 0 deletions

View File

@@ -21,3 +21,24 @@
- [CONFIG] Communities: netdisco, public
- [DISCOVER] XTRM-Unraid now visible in NetDisco
## 2026-01-20 - Server Recovery & Static IP Assignment
### USB Boot Recovery
- [RECOVERY] bzfirmware file corrupted on USB boot drive
- [FIX] Replaced bzfirmware from fresh Unraid 7.2.3 download
- [BACKUP] Config backed up to ~/Desktop/unraid-backup/
### Docker Recovery
- [SERVICE] Docker daemon was not running after reboot
- [FIX] Enabled Docker and mounted docker.img properly
- [FIX] Started all 46 containers
### Static IP Assignments
- [CONFIG] Assigned static IPs to all dockerproxy network containers
- [CONFIG] Assigned static IPs to all netbox network containers
- [DOC] Created 13-CONTAINER-IP-ASSIGNMENTS.md
### NetBox Stack Rebuild
- [FIX] Recreated netbox containers with correct Redis/Postgres IPs
- [CONFIG] NetBox stack now uses static IPs (172.24.0.2-7)