subnet 192.168.17.0 netmask 255.255.255.0 { authoritative ; get-lease-hostnames on; use-host-decl-names on; range dynamic-bootp 192.168.17.10 192.168.17.100; option broadcast-address 192.168.17.255; option domain-name "tinycloud"; option domain-name-servers 192.168.17.2, 8.8.8.8; option routers router.tinycloud; option ntp-servers ntp.tinycloud; ddns-update-style none; default-lease-time 14400; max-lease-time 172800; } # allow booting; # allow bootp; # option option-128 code 128 = string; # option option-129 code 129 = text; # next-server 192.168.17.2; # filename "grubnetx64.efi.signed"; host firstblue { hardware ethernet b8:27:eb:05:d1:a6; fixed-address 192.168.17.11; } host firstbrown { hardware ethernet b8:27:eb:71:ed:28; fixed-address 192.168.17.12; } host firstgreen { hardware ethernet b8:27:eb:ab:41:2a; fixed-address 192.168.17.13; } host firstmagenta { hardware ethernet b8:27:eb:a7:0f:be; fixed-address 192.168.17.14; } host firstorange { hardware ethernet b8:27:eb:d0:38:f9; fixed-address 192.168.17.15; } host firstred { hardware ethernet 00:07:32:40:69:23; fixed-address 192.168.17.16; } host firstwhite { hardware ethernet 00:07:32:40:69:4a; fixed-address 192.168.17.17; } host secondblue { hardware ethernet b8:27:eb:11:c7:fd; fixed-address 192.168.17.21; } host secondbrown { hardware ethernet b8:27:eb:da:77:26; fixed-address 192.168.17.22; } host secondgreen { hardware ethernet b8:27:eb:a0:1b:2d; fixed-address 192.168.17.23; } host secondmagenta { hardware ethernet b8:27:eb:49:70:cb; fixed-address 192.168.17.24; } host secondorange { hardware ethernet b8:27:eb:79:6d:19; fixed-address 192.168.17.25; } host secondred { hardware ethernet 00:07:32:40:69:1d; fixed-address 192.168.17.26; } # Only for reference! This server uses a fixed interface config because the DHCP is running here. # host secondwhite { # hardware ethernet 00:07:32:40:69:4d; # fixed-address 192.168.17.2; # }