From 561bea3028ca76eb320f5a1ccb627869ca780242 Mon Sep 17 00:00:00 2001 From: kavren Date: Sun, 4 Jan 2026 12:44:57 -0500 Subject: [PATCH] fix: Foundry VTT bad gateway - set static IP on LXC 112 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit LXC 112 was using DHCP and got IP 10.4.2.177 instead of expected 10.4.2.37, causing Traefik routing to fail. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- docs/CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 523b9cc..1723128 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,6 +2,14 @@ > **Purpose**: Historical record of all significant infrastructure changes +## 2026-01-04 + +### Foundry VTT Network Fix +- Fixed bad gateway error for vtt.kavcorp.com +- Issue: LXC 112 was using DHCP and got IP 10.4.2.177 instead of expected 10.4.2.37 +- Fix: Set static IP 10.4.2.37/24 with gateway 10.4.2.1 on LXC 112 +- Rebooted container to apply network changes + ## 2026-01-03 ### Sunshine Remote Desktop on KavHTPC