subnet 110.21.99.224 netmask 255.255.255.224 { # --- default gateway option routers 110.21.99.225; option subnet-mask 255.255.255.224; # option nis-domain "domain.org"; option domain-name "example.com"; option domain-name-servers 110.21.99.120; # The time value is in seconds from utc time. # If the next these lines are set properly # they will sync the clocks on the windows clients. # option time-offset -18000; # Eastern Standard Time option time offset -25200; # Mountain Standard Time option ntp-servers 192.168.1.1; # replace with ip of ntp time server. # --- Selects point-to-point node (default is hybrid). Don't change this unless # -- you understand Netbios very well # option netbios-node-type 2; range dynamic-bootp 110.21.99.226 110.21.99.248; default-lease-time 21600; max-lease-time 43200; # The following section is for static "reservations" based on the # clients mac address # this is reserved for the printer host example-1{ hardware ethernet 7C:01:02:01:7D:FC; fixed-address 110.21.99.229; } # this is reserverd for example #2 host example-2{ hardware ethernet 00:67:02:01:7C:E8; fixed-address 110.21.99.228; } # # we want the nameserver to appear at a fixed address # host ns { # next-server marvin.redhat.com; # hardware ethernet 12:34:56:78:AB:CD; # fixed-address 207.175.42.254; # } }