option domain-name "home.arpa"; option ldap-server code 95 = text; option domain-search-list code 119 = text; option arch code 93 = unsigned integer 16; # RFC4578 option custom-s_lan_4-0 code 1 = signed integer 32; default-lease-time 7200; max-lease-time 86400; log-facility local7; one-lease-per-client true; deny duplicates; update-conflict-detection false; authoritative; class "s_lan" { match pick-first-value (option dhcp-client-identifier, hardware); } subnet 192.168.1.0 netmask 255.255.255.0 { pool { range 192.168.1.10 192.168.1.199; } option routers 192.168.1.1; option domain-name-servers 192.168.1.1; ping-check true; } host s_lan_0 { hardware ethernet 00:0e:f3:56:78:c1; fixed-address 192.168.1.201; option host-name "Insteon"; } subclass "s_lan" 1:00:0e:f3:56:78:c1; host s_lan_1 { hardware ethernet e4:5f:01:b5:70:e3; fixed-address 192.168.1.202; option host-name "homeassistant"; } subclass "s_lan" 1:e4:5f:01:b5:70:e3; host s_lan_2 { hardware ethernet 50:46:5d:a4:1a:00; fixed-address 192.168.1.203; option host-name "W72"; } subclass "s_lan" 1:50:46:5d:a4:1a:00; host s_lan_3 { hardware ethernet d4:5d:64:d3:ef:ef; fixed-address 192.168.1.204; option host-name "10GenWin10-5GB"; } subclass "s_lan" 1:d4:5d:64:d3:ef:ef; host s_lan_4 { hardware ethernet d4:5d:64:d3:ef:f0; fixed-address 192.168.1.205; option host-name "10GenWin10"; option custom-s_lan_4-0 4,294,966,272; } subclass "s_lan" 1:d4:5d:64:d3:ef:f0; class "s_opt1" { match pick-first-value (option dhcp-client-identifier, hardware); } subnet 192.168.0.0 netmask 255.255.255.128 { pool { range 192.168.0.10 192.168.0.100; } option routers 192.168.0.1; option domain-name-servers 192.168.0.1; ping-check true; }