Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. ddns-update-style interim;
  2.  
  3. allow booting;
  4. allow bootp;
  5.  
  6. ignore client-updates;
  7. set vendorclass = option vendor-class-identifier;
  8.  
  9. subnet 192.168.1.0 netmask 255.255.255.0 {
  10.         host tower {
  11.                 hardware ethernet          50:E5:49:18:D5:C6;
  12.                 fixed-address              192.168.1.163;
  13.                 option routers             192.168.1.1;
  14.                 option domain-name-servers 8.8.8.8,8.8.4.4;
  15.                 option subnet-mask         255.255.255.0;
  16.                 filename                   "/pxelinux.0";
  17.                 default-lease-time         21600;
  18.                 max-lease-time             43200;
  19.                 next-server                192.168.1.125;
  20.         }
  21. }