Set static IPs in PVE LXCs and configure local DNS in Adguard #36
Labels
No labels
blocked
needs-manual-review
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
matt/homelab-docker#36
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
All LXC containers on Proxmox use DHCP. After a power outage or reboot, IPs can change, breaking every service link in Dashy, Komodo, and bookmarks.
Adguard is currently at 192.168.1.86 (expected .95 — already drifted once).
Fix
Step 1 — Static IPs inside each PVE LXC
PVE web UI → select LXC → Network → edit eth0 → change DHCP to Static:
Restart each LXC after saving. Nexus/PVE/PBS are physical — set via /etc/netplan/.
Step 2 — DNS rewrites in Adguard Home (192.168.1.86)
Filters → DNS Rewrites → Add rewrite:
Step 3 — Point router DNS at Adguard
Verizon Fios router (192.168.1.1) → DNS:
Step 4 (optional follow-up) — Update Dashy to use .lan hostnames
After DNS is confirmed working, open a PR to update dashy/conf.yml replacing IPs with .lan names. That work is already started on branch feature/dashy-lan-hostnames.
No git PR needed
This is all UI/config work. No compose files change.