Make room for VIPs in the DHCP range.

This commit is contained in:
2025-05-04 20:07:38 +01:00
parent a68b475115
commit a6d8106bc9

View File

@@ -24,6 +24,6 @@ subnet 192.168.1.0 netmask 255.255.255.0 {
option routers 192.168.1.1;
option domain-name-servers 192.168.1.1;
option domain-name "home.paler.net";
range 192.168.1.100 192.168.1.200;
range 192.168.1.110 192.168.1.200;
}