log-facility local1; ddns-update-style none; default-lease-time 900; max-lease-time 1200; option domain-name-servers 123.45.68.10, 123.45.68.11; option domain-name nonsens.my-university.edu; option netbios-name-servers 123.45.67.100; option netbios-dd-server 123.45.67.100; option netbios-node-type 2; authorative; class "dc_staff" { match hardware; } # l-or subclass "dc_staff" 1:00:EA:BD:3F:2B:0F; class "dc_stud" { match hardware; } # l-0001 subclass "dc_stud" 1:2C:3A:FB:12:35:7F; shared-network dhcpnet { subnet 98.76.54.0 netmask 255.255.255.0 { option routers 98.76.54.1; option subnet-mask 255.255.255.0; option broadcast-address 98.76.54.255; } subnet 123.45.67.0 netmask 255.255.255.0 { option routers 123.45.67.1; option subnet-mask 255.255.255.0; option broadcast-address 123.45.67.255; pool { range 123.45.67.10 123.45.67.19; deny unknown clients; allow members of "dc_staff"; } pool { range 123.45.67.180 123.45.67.189; deny unknown clients; allow members of "dc_stud"; } group { host fs { option host-name "fs"; hardware ethernet 00:3D:2C:4F:ED:38; fixed-address 123.45.67.100; } host pc-bl { option host-name "pc-bl"; hardware ethernet 00:EA:BD:3F:2B:0C; fixed-address 123.45.67.101; } host l-bl { option host-name "l-bl"; hardware ethernet 00:EA:BD:3F:2B:0D; fixed-address 123.45.67.102; } host pc-or { option host-name "pc-or"; hardware ethernet 00:EA:BD:3F:2B:0E; fixed-address 123.45.67.103; } host fs-eth1 { option host-name "fs-eth1"; hardware ethernet 00:3D:2C:4F:ED:39; fixed-address 123.45.67.200; } host l-or { option host-name "l-or"; hardware ethernet 00:EA:BD:3F:2B:0F; } host l-0001 { option host-name "l-0001"; hardware ethernet 2C:3A:FB:12:35:7F; } } } subnet 192.168.1.0 netmask 255.255.255.0 { option routers 192.168.1.1; option subnet-mask 255.255.255.0; option broadcast-address 192.168.101.255; pool { range 192.168.1.180 192.168.1.189; allow unknown clients; deny members of "dc_staff"; deny members of "dc_stud"; } } }