Skip to content

Instantly share code, notes, and snippets.

@evgeth
Created February 10, 2016 07:29
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 evgeth/69f2871b3c51e73e59b8 to your computer and use it in GitHub Desktop.
Save evgeth/69f2871b3c51e73e59b8 to your computer and use it in GitHub Desktop.
host HOST_NAME {
hardware ethernet HOST_MAC;
fixed-address HOST_IP;
}
subnet SUBNET netmask NETMASK {
range BEGIN_RANGE_IP END_RANGE_IP;
option domain-name-servers DNS_SERVER_ADDRESS;
option domain-name "lab.local";
option routers ROUTER_ADDRESS;
option broadcast-address BROADCAST_ADDRESS;
default-lease-time 21600;
max-lease-time 21600;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment