Example dhcpd.conf

This is a quick /etc/dhcpd.conf file for the ISC DHCP server. This should be enough to get a basic DHCP server up and running on linux.

option domain-name "mydomain.com"; option domain-name-servers 10.0.0.2, 10.0.0.3; default-lease-time 14440; ddns-update-style none; deny bootp; shared-network NetworkName { subnet 10.0.0.0 netmask 255.255.255.0 { option routers 10.0.0.1; option subnet-mask 255.255.255.0; pool { range 10.0.0.10 10.0.0.20; } } }


Note: Replies will be formatted with PHP Markdown Extra syntax.

Name: Email (Not Required):
 
Logged IP: 18.204.35.30
To prevent spam please submit by clicking the kitten: