Skip to content

Instantly share code, notes, and snippets.

@lf-
Created March 30, 2016 21:13
Show Gist options
  • Save lf-/2803334673d5b9f1c13f053b867c5926 to your computer and use it in GitHub Desktop.
Save lf-/2803334673d5b9f1c13f053b867c5926 to your computer and use it in GitHub Desktop.
option domain-name "boot.lfcode.ca";
option domain-name-servers 8.8.8.8, 8.8.4.4;
subnet 10.254.0.0 netmask 255.255.255.0 {
option routers 10.254.0.1;
option subnet-mask 255.255.255.0;
range 10.254.0.10 10.254.0.254;
# pxe
filename "pxeboot";
next-server 10.254.0.1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment