Jump to content











Photo
- - - - -

get client processor architecture-type wia TFTPD32 dhcp server


  • Please log in to reply
No replies to this topic

#1 harry2004

harry2004
  • Members
  • 1 posts
  •  
    India

Posted 30 July 2016 - 07:52 AM

sir please tell me how got client cpu architecture-type . i am using pxelinux 6.0. i want to implement this code in TFTPD32 dhcp server 

 

; This one line must be outside any bracketed scope
option architecture-type code 93 = unsigned integer 16;

class "pxeclients" {
match if substring (option vendor-class-identifier, 0, 9) = "PXEClient";

if option architecture-type = 0 {
filename "path/to/BIOS/pxelinux.0";
} elsif option architecture-type = 9 {
filename "path/to/EFIx64/syslinux.efi";
} elsif option architecture-type = 7 {
filename "path/to/EFIx64/syslinux.efi";
} elsif option architecture-type = 6 {
filename "path/to/EFIia32/syslinux.efi";
}
}

 

please tell how use this code in tftpd32 dchcp additional option. i successfully apply option number

6 => 'domain-name-servers',

15 => 'domain-name',
54 => 'next-server',
209 => 'config-file',
210 => 'path-prefix',

211 => 'reboottime' 

 

for detail http://www.syslinux....e=PXELINUX#UEFI

 

 






0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users