docs(grimmory): fix IP assignment — PVE static config, not DHCP reservation
All LXCs use ip=<addr>/24 in pve net0 config directly. No Fritz!Box lease needed. Updated container doc and migration runbook accordingly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -5,7 +5,7 @@ Self-hosted digital library (eBooks, comics, audiobooks). Community fork/success
|
|||||||
## At a glance
|
## At a glance
|
||||||
|
|
||||||
- **Hostname:** `grimmory`
|
- **Hostname:** `grimmory`
|
||||||
- **IP:** `192.168.8.213` (static DHCP reservation)
|
- **IP:** `192.168.8.213` (static, set in PVE `net0` config — same pattern as all other LXCs)
|
||||||
- **Privilege:** privileged (UID = host UID for `/mnt/library` media GID)
|
- **Privilege:** privileged (UID = host UID for `/mnt/library` media GID)
|
||||||
- **Resources:** 1 core / 2 GiB RAM / 16 GiB rootfs (Debian 13)
|
- **Resources:** 1 core / 2 GiB RAM / 16 GiB rootfs (Debian 13)
|
||||||
- **Mounts:** `/mnt/library`
|
- **Mounts:** `/mnt/library`
|
||||||
|
|||||||
@@ -51,11 +51,11 @@ pct start 130
|
|||||||
pct exec 130 -- apt-get update -qq
|
pct exec 130 -- apt-get update -qq
|
||||||
```
|
```
|
||||||
|
|
||||||
Get the MAC address for the DHCP reservation:
|
Set the static IP directly in PVE (same pattern as all other LXCs — no Fritz!Box reservation needed):
|
||||||
```bash
|
```bash
|
||||||
pct config 130 | grep hwaddr
|
pct set 130 --net0 name=eth0,bridge=vmbr0,ip=192.168.8.213/24,gw=192.168.8.1
|
||||||
|
pct reboot 130
|
||||||
```
|
```
|
||||||
→ Add static DHCP lease `192.168.8.213` for this MAC on the Fritz!Box.
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user