Skip to content

Instantly share code, notes, and snippets.

@m1ari
Created October 27, 2018 10:55
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 m1ari/ac342d2ef774b09e6c0438372a02f0f2 to your computer and use it in GitHub Desktop.
Save m1ari/ac342d2ef774b09e6c0438372a02f0f2 to your computer and use it in GitHub Desktop.
group pi {
if substring (option vendor-class-identifier,0,9) = "PXEClient" {
option vendor-class-identifier "PXEClient";
option vendor-encapsulated-options "Raspberry Pi Boot";
option tftp-server-name "192.168.1.200";
max-lease-time 300;
ddns-updates false;
}
host pi3-eth0 {
hardware ethernet b8:27:eb:xx:yy:zz;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment