sync(dhcp): back-port live netinfra-01/02 dhcpd.conf to repo [#420]

The live configs were edited in place (canonical renames, stale block
removal, 7 new reservations, 69 total) but the repo copies were never
updated — the exact drift class that bit pi-hole. Repo and live state
now match on both failover nodes.

💘 Generated with Crush

Assisted-by: Crush:glm-5.2
EOF
This commit is contained in:
2026-08-27 09:32:16 -05:00
parent 721968bc3b
commit 350d984e34
2 changed files with 172 additions and 42 deletions
+17 -16
View File
@@ -69,11 +69,11 @@ subnet 192.168.0.0 netmask 255.255.252.0 {
hardware ethernet 74:5e:1c:76:e2:60;
fixed-address 192.168.0.21;
}
host ap-TableMount {
host ap-tablemount {
hardware ethernet e0:63:da:36:73:39;
fixed-address 192.168.3.54;
}
host AP-WallMount {
host ap-wallmount {
hardware ethernet e0:63:da:33:bb:1d;
fixed-address 192.168.1.182;
}
@@ -81,7 +81,7 @@ subnet 192.168.0.0 netmask 255.255.252.0 {
hardware ethernet 00:60:2e:01:50:aa;
fixed-address 192.168.3.56;
}
host garagepdu {
host pfv-garage-pdu-1 {
hardware ethernet 00:c0:b7:7e:49:78;
fixed-address 192.168.3.18;
}
@@ -97,7 +97,7 @@ subnet 192.168.0.0 netmask 255.255.252.0 {
hardware ethernet 00:00:c0:34:0c:dc;
fixed-address 192.168.1.166;
}
host 3dscan {
host stlp-3dscanner {
hardware ethernet b8:27:eb:91:31:82;
fixed-address 192.168.0.4;
}
@@ -105,18 +105,14 @@ subnet 192.168.0.0 netmask 255.255.252.0 {
hardware ethernet 00:04:4b:e4:17:7b;
fixed-address 192.168.3.186;
}
host tsys7-oob {
host pfv-tsys7-oob {
hardware ethernet f8:bc:12:35:1e:c6;
fixed-address 192.168.3.197;
}
host tsys6-oob {
host pfv-tsys6-oob {
hardware ethernet a4:ba:db:0b:df:a0;
fixed-address 192.168.3.196;
}
host tsys-siem {
hardware ethernet 00:15:5d:64:e8:33;
fixed-address 192.168.3.81;
}
host brother-label-printer {
hardware ethernet 04:fe:a1:56:72:e2;
fixed-address 192.168.3.52;
@@ -149,10 +145,6 @@ subnet 192.168.0.0 netmask 255.255.252.0 {
hardware ethernet 34:17:eb:b3:b1:2d;
fixed-address 192.168.3.11;
}
host pfv-tsys2 {
hardware ethernet 18:fd:cb:00:d2:ca;
fixed-address 192.168.2.3;
}
host pfv-tsys3 {
hardware ethernet a4:4c:c8:08:d1:b8;
fixed-address 192.168.2.5;
@@ -188,7 +180,7 @@ subnet 192.168.0.0 netmask 255.255.252.0 {
fixed-address 192.168.3.78;
}
# ultix-offstage
host ultix-offstge {
host ultix-offstage {
hardware ethernet bc:24:11:1f:9d:83;
fixed-address 192.168.3.79;
}
@@ -317,7 +309,16 @@ host pfv-r1-tor-top {
hardware ethernet bc:24:11:fa:6e:b5;
fixed-address 192.168.1.111;
}
host tsys-siem-new {
host tsys-siem {
hardware ethernet bc:24:11:ee:67:e2;
fixed-address 192.168.1.223;
}
# --- added 2026-08-26, ticket #420 (missing reservations) ---
host pfv-k8s-wnode-tsys9 { hardware ethernet BC:24:11:EE:2B:B6; fixed-address 192.168.1.104; }
host stlpc-artroom { hardware ethernet ca:fe:0f:0e:b0:c3; fixed-address 192.168.3.87; }
host stlpc-garage { hardware ethernet 96:86:dd:1b:81:5a; fixed-address 192.168.0.100; }
host subopi3 { hardware ethernet b8:27:eb:11:47:b2; fixed-address 192.168.1.217; }
host subopi-dev-3 { hardware ethernet b8:27:eb:1b:35:95; fixed-address 192.168.1.232; }
host subopi-dev-4 { hardware ethernet dc:a6:32:d4:da:5e; fixed-address 192.168.1.231; }
host pfvsvrpi { hardware ethernet b8:27:eb:c2:f8:9f; fixed-address 192.168.1.230; }