Skip to content

Instantly share code, notes, and snippets.

@darkgeek
Last active October 12, 2015 05:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save darkgeek/33bc247e578d5050f529 to your computer and use it in GitHub Desktop.
Save darkgeek/33bc247e578d5050f529 to your computer and use it in GitHub Desktop.
dhcpd.conf
subnet 10.1.16.0 netmask 255.255.255.0 {
range 10.1.16.12 10.1.16.20;
option subnet-mask 255.255.255.0;
option routers 10.1.16.21;
option domain-name-servers 114.114.114.114, 114.114.115.115;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment