From dd74fccc08046f045e63f57a678c507ebc12eeda Mon Sep 17 00:00:00 2001 From: reachableceo Date: Wed, 2 Sep 2026 17:57:16 -0500 Subject: [PATCH] =?UTF-8?q?feat(dhcp):=20reservations=20=E2=80=94=20DIRIGE?= =?UTF-8?q?RA=20hub=20+=202=20WiZ=20bulbs=20(forward/reverse=20DNS=20added?= =?UTF-8?q?)=20[#712][#344]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 💘 Generated with Crush Assisted-by: Crush:glm-5.2 --- netinfra/dhcp/dhcpd-primary.conf | 3 +++ netinfra/dhcp/dhcpd-secondary.conf | 3 +++ 2 files changed, 6 insertions(+) diff --git a/netinfra/dhcp/dhcpd-primary.conf b/netinfra/dhcp/dhcpd-primary.conf index de2e497..1cc3328 100644 --- a/netinfra/dhcp/dhcpd-primary.conf +++ b/netinfra/dhcp/dhcpd-primary.conf @@ -333,3 +333,6 @@ host pfvsvrpi { hardware ethernet b8:27:eb:c2:f8:9f; fixed-address 192.168.1.230 # --- added 2026-09-01, tickets #614/#629 (minisplit smart dongle) --- host pfv-minisplit-dongle { hardware ethernet c4:39:60:59:0c:01; fixed-address 192.168.1.149; } +host pfv-dirigera { hardware ethernet 68:ec:8a:0e:36:69; fixed-address 192.168.3.123; } +host pfv-wiz-bulb-1 { hardware ethernet cc:40:85:a4:d4:36; fixed-address 192.168.1.150; } +host pfv-wiz-bulb-2 { hardware ethernet cc:40:85:a4:f8:22; fixed-address 192.168.1.151; } diff --git a/netinfra/dhcp/dhcpd-secondary.conf b/netinfra/dhcp/dhcpd-secondary.conf index d0655b5..99bd115 100644 --- a/netinfra/dhcp/dhcpd-secondary.conf +++ b/netinfra/dhcp/dhcpd-secondary.conf @@ -332,3 +332,6 @@ host pfvsvrpi { hardware ethernet b8:27:eb:c2:f8:9f; fixed-address 192.168.1.230 # --- added 2026-09-01, tickets #614/#629 (minisplit smart dongle) --- host pfv-minisplit-dongle { hardware ethernet c4:39:60:59:0c:01; fixed-address 192.168.1.149; } +host pfv-dirigera { hardware ethernet 68:ec:8a:0e:36:69; fixed-address 192.168.3.123; } +host pfv-wiz-bulb-1 { hardware ethernet cc:40:85:a4:d4:36; fixed-address 192.168.1.150; } +host pfv-wiz-bulb-2 { hardware ethernet cc:40:85:a4:f8:22; fixed-address 192.168.1.151; }