Displaying 1 result from an estimated 1 matches for "legacy_menu".
2019 Jan 02
2
Samba - Bind9 DNS - ISC-DHCP - obsolete DNS entries
....168.33.1;*
* option subnet-mask 255.255.255.0 ;*
* range 192.168.33.26 192.168.33.229;*
*}*
*class "legacy" {*
* match if substring(option vendor-class-identifier, 0, 20) =
"PXEClient:Arch:00000";*
* if exists user-class and option user-class = "iPXE" {filename
"/legacy_menu.ipxe";}*
* else {filename "/undionly.kpxe";}*
* option vendor-encapsulated-options "PXE boot";*
*}*
*on commit {*
* set noname = concat("dhcp-", binary-to-ascii(10, 8, "-",
leased-address));*
* set ClientIP = binary-to-ascii(10, 8, ".", leased-...