From df78f881bbd89763e23f5cac573cee994a6caffb Mon Sep 17 00:00:00 2001 From: josh Date: Wed, 13 May 2026 22:35:29 -0400 Subject: [PATCH] Remove dhcp-ignore filter to debug proxy DHCP non-response dnsmasq sees PXE requests but never responds. Remove the known-host filter to determine if tag matching is the issue or if the problem is elsewhere in the proxy DHCP flow. Co-Authored-By: Claude Opus 4.6 --- internal/pxe/supervisor.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/pxe/supervisor.go b/internal/pxe/supervisor.go index bbb5250..76d08f9 100644 --- a/internal/pxe/supervisor.go +++ b/internal/pxe/supervisor.go @@ -185,7 +185,6 @@ bind-interfaces dhcp-range={{.Subnet}},proxy dhcp-hostsfile={{.HostsFile}} -dhcp-ignore=tag:!known enable-tftp tftp-root={{.TFTPRoot}}