Jump to content
  • 0

PXE на DHCP keenetic-а


Prot

Question

Уже много раз задавали вопрос как поднять PXE сервер с TFTP, но меня интересует другой вопрос.
Как настроить DHCP кинетика?
В сети есть разные устройства от стационарного ПК до ноутбуков.
Если первый умеет стандартный PXE, то один ноутбук хочет только UEFI PXE через tftp, другой через HTTP, а тут нужно передавать уже другой файл и разными способами.
Как это настроить на DHCP, если нет параметров match ?

Например конфиг от ISC-DHCPd выглядит так:
 

class "pxeclients" {
  match if substring (option vendor-class-identifier, 0, 9) = "PXEClient";
  option vendor-class-identifier "PXEClient";
  next-server 192.168.111.1;
  filename "/bootx64.efi";
}
class "httpclients" {
  match if substring (option vendor-class-identifier, 0, 10) = "HTTPClient";
  option vendor-class-identifier "HTTPClient";
  filename "http://www.httpboot.local/sle/EFI/BOOT/bootx64.efi";
}

Как это можно настроить например на keenetic giga?

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...