📌 Sticky Notes

Observations

Shorter notes on patterns and things I keep seeing in the field — the kind of thing you'd tape to your monitor so you don't forget it.

Fix DNS in LXC Containers on VPN VLANs

LXC containers on VPN-protected VLANs often fail to resolve external hostnames. The fix is to set DNS via the Proxmox host using pct set --nameserver — do NOT use chattr +i on resolv.conf inside the container. It will prevent the container from booting.