Add IP addressing review to TODO
Consider VMID-based IPs and smaller DHCP range. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
18cc58adc0
commit
c935edb0cc
1 changed files with 2 additions and 0 deletions
2
TODO.md
2
TODO.md
|
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
## Pending Tasks
|
## Pending Tasks
|
||||||
|
|
||||||
|
- [ ] **Review vmbr1 IP addressing scheme** - Consider reorganizing IPs so each container uses IP matching its VMID (e.g., VMID 114 = 10.5.0.114). Shrink DHCP range to 220-253 or similar. Current range is 100-200 which conflicts with some VMIDs.
|
||||||
|
|
||||||
- [ ] **Fix ping on all unprivileged containers** - Run `setcap cap_net_raw+ep /bin/ping` on each container (requires restart or at least root access inside container)
|
- [ ] **Fix ping on all unprivileged containers** - Run `setcap cap_net_raw+ep /bin/ping` on each container (requires restart or at least root access inside container)
|
||||||
- Containers to fix: 100 (npm), 101 (dockge), 102 (mgmt), 103 (postgresql01), 104 (redis01), 105 (sentry), 107 (pve-scripts-local), 108 (jukebox), 110 (sense), 111 (dev), 112 (dataloes), 114 (forgejo), 115 (dns), 1000 (tailscale)
|
- Containers to fix: 100 (npm), 101 (dockge), 102 (mgmt), 103 (postgresql01), 104 (redis01), 105 (sentry), 107 (pve-scripts-local), 108 (jukebox), 110 (sense), 111 (dev), 112 (dataloes), 114 (forgejo), 115 (dns), 1000 (tailscale)
|
||||||
- Skip: 106 (pbs) - privileged container, 113 (general) - already done
|
- Skip: 106 (pbs) - privileged container, 113 (general) - already done
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue