PVE Host cannot reach WireGuard peer through LXC container tunnel: fix the routing
PVE host cannot reach WireGuard peer through LXC container tunnel? Add a static route on the host and enable IP forwarding in the container.
Homelab & Vietnam
15 posts
PVE host cannot reach WireGuard peer through LXC container tunnel? Add a static route on the host and enable IP forwarding in the container.
Debian 13 LXC await network timeout? Here's the root cause in Proxmox's wait logic and a tested workaround that gets your container up.
journald's tmpfs usage can OOM-kill small LXC containers. Fix it by capping journald's memory with RuntimeMaxUse and SystemMaxUse in journald.conf.
LXC Jellyfin start and jellyfin service stop after a few moment? It's the container config. Check the journal, match the exit signal, and fix the setting.
Self-hosted workflow automation software like n8n replaced my cron jobs, but credentials and rebuilds are fragile. Here's what it did and didn't handle.
Proxmox container no internet? Work from the host outward: check the bridge, then the CT's network config, then DNS.
Getting 'mkdir /mnt/vzsnap0: Permission denied' on Proxmox container backups? The problem isn't /mnt permissions—it's your storage not supporting
Self-hosting business process automation software like n8n means zero licence fees but real costs in upgrades, backups, and midnight pages. Here's the ledger.
Unprivileged containers break when files are owned by UIDs above 65536. Remap the range in the container config and chown the data — here's the exact fix.
How do I setup Jellyfin on Proxmox with only 1 SSD for storage? Put it in an LXC, keep media and metadata on the same disk, and use RAM for transcodes.