# dhcpd.conf # # Configuration file for ISC dhcpd (see 'man dhcpd.conf') # log-facility local2; ddns-update-style ad-hoc; #allow client-updates; default-lease-time 43200; max-lease-time 86400; option subnet-mask 255.255.255.0; subnet 192.168.13.0 netmask 255.255.255.0 { authoritative; ddns-update-style ad-hoc; ddns-domainname rlwhome; do-forward-updates on; range 192.168.13.35 192.168.13.250; option broadcast-address 192.168.13.255; option subnet-mask 255.255.255.0; option domain-name-servers 192.168.13.1; option routers 192.168.13.1; option domain-name rlwhome; option ntp-servers 192.168.13.1; option nntp-server news.bellsouth.net; host isotope { hardware ethernet 00:04:75:A1:4A:D1; fixed-address 192.168.13.11; } host tritium { hardware ethernet 00:08:74:D3:2F:63; fixed-address 192.168.13.13; } } subnet 10.10.13.0 netmask 255.255.255.0 { authoritative; ddns-domainname rlwhome; range 10.10.13.11 10.10.13.250; option broadcast-address 10.10.13.255; option subnet-mask 255.255.255.0; option domain-name-servers 10.10.13.1; option ntp-servers 10.10.13.1; option routers 10.10.13.1; option domain-name rlwhome; }