# dhcpd.conf # option definitions common to all supported networks... option domain-name "ac-rouen.fr"; option domain-name-servers 10.127.164.1; option subnet-mask 255.255.0.0; default-lease-time 23600; max-lease-time 43200; subnet 10.127.0.0 netmask 255.255.0.0 { range dynamic-bootp 10.127.254.200 10.127.254.249; option routers 10.127.164.1; option netbios-name-servers 10.127.164.2; } host cdi_print { hardware ethernet 00:30:6e:f9:08:fc; fixed-address 10.127.166.250; } host segpa_print { hardware ethernet 00:0E:7F:42:62:0D; fixed-address 10.127.168.250; }