# # Sample configuration file for ISC dhcpd for Debian # # $Id: dhcpd.conf,v 1.4.2.2 2002/07/10 03:50:33 peloy Exp $ # # option definitions common to all supported networks option domain-name "xhost.com.au dev.xhost.com.au"; option domain-name-servers 192.168.0.9, 4.2.2.1; option time-offset -18000; # Eastern Standard Time default-lease-time 600; max-lease-time 7200; # primary subnet subnet 192.168.0.0 netmask 255.255.255.0 { range 192.168.0.200 192.168.0.230; option domain-name-servers 192.168.0.9, 203.12.160.35, 203.12.160.36, 4.2.2.1; # option domain-name-servers 192.168.0.9; option broadcast-address 192.168.0.255; option routers 192.168.0.2; default-lease-time 21600; max-lease-time 43200; # Static DHCP by mac host lister { hardware ethernet 00:0E:35:17:CC:3C; fixed-address 192.168.0.209; } host lister { hardware ethernet 00:11:2F:17:EE:52; fixed-address 192.168.0.209; } host cat { hardware ethernet 00:0C:6E:03:D2:89; fixed-address 192.168.0.210; } }