diff options
Diffstat (limited to 'gpxe/contrib/dhcpdconfeg/dhcpd.conf')
-rw-r--r-- | gpxe/contrib/dhcpdconfeg/dhcpd.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gpxe/contrib/dhcpdconfeg/dhcpd.conf b/gpxe/contrib/dhcpdconfeg/dhcpd.conf new file mode 100644 index 00000000..4d13e0f9 --- /dev/null +++ b/gpxe/contrib/dhcpdconfeg/dhcpd.conf @@ -0,0 +1,16 @@ +This is an example of using vendor tags in DHCPD config, supplied by +Bernd Wiebelt. + + +subnet 10.97.0.0 netmask 255.255.0.0 { + range 10.97.0.2 10.97.0.254; + option option-128 e4:45:74:68:0:0; + option option-160 "default=193"; + option option-184 "HALLO"; + option option-192 "Linux:::linux.tagged:"; + option option-193 "DOS Bootdisk:::dosboot.tagged"; + option option-194 "RH61 Bootdisk:::boot.tagged"; + option option-195 "Local Disk:::/dev/hda:85b103482a20682da703aa388933a6d8"; +} + + |