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; # I'm not using "network information service", so I commented out next line. # 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 value with ip of ntp time server. # option netbios-name-servers 192.168.1.1; # --- Selects point-to-point node (default is hybrid). Don't change this unless # -- you understand Netbios very well # option netbios-node-type 2; # This is a basic dhcp setup for a small segment of machies. # again time values are set in seconds. range dynamic-bootp 110.21.99.226 110.21.99.248; default-lease-time 21600; max-lease-time 43200; # 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; # } }