[syslinux] pxelinux magic options 208

Miller, Shao shao.miller at yrdsb.edu.on.ca
Mon Nov 8 12:34:15 PST 2010


Good day again Daniel,

I meant for it to be added to the very same config-file that you shared
with the list.  But in addition, it might be useful to perform cosmetic
touch-ups and to place the config-file option after the DHCP request
list concatenation.  I also have to assume you have a subnet in there.

  authoritative;
  
  option space pxelinux;
  option pxelinux.configfile code 209 = text;
  site-option-space "pxelinux";
  
  option ntp-servers  66.251.72.7, 66.251.72.1;
  ddns-domainname     "nber.org";
  ddns-update-style   none;
  ddns-updates        off;
  default-lease-time  18000;
  max-lease-time      18000;
  option domain-name-servers 66.251.72.133, 66.251.72.22,
66.251.72.134,64.80.233.226;
  option domain-name "nber.org";
  allow bootp;
  allow booting;
  
  # ...many lines of linux servers omitted...
  subnet 66.251.72.1 netmask 255.255.0.0 {}
  
  group {
    next-server 66.251.72.1;
    filename "pxelinux384.0";
    option root-path "66.251.72.44:/vol/vol1c/FreeBSD-8.1-root";
    if exists dhcp-parameter-request-list {
      option dhcp-parameter-request-list = concat(option
dhcp-parameter-request-list, D1);
    }
    option pxelinux.configfile "bsddefault";
    host client2 {
      fixed-address 66.251.73.20;
      hardware ethernet 00:13:20:4C:7D:08;
    }
  }

Hopefully that doesn't get scrambled in e-mail.  If it does, it's also
attached.

- Shao Miller
-------------- next part --------------
A non-text attachment was scrubbed...
Name: daniel_dhcpd.conf
Type: application/octet-stream
Size: 995 bytes
Desc: daniel_dhcpd.conf
URL: <http://www.zytor.com/pipermail/syslinux/attachments/20101108/1fcf7c9b/attachment.obj>


More information about the Syslinux mailing list