Actions
Feature #9130
openRequest ID [#INC-16195]: DHCP - PXE Boot
Status:
New
Priority:
Normal
Assignee:
-
Category:
DHCP (IPv4)
Target version:
-
Start date:
11/17/2018
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Description
I wanted to follow up with issue 765 (https://redmine.pfsense.org/issues/765) and see if we can add this issue with a new version.
Thanks !
Updated by Eric Lochtefeld about 6 years ago
This is what I'm trying to do:
next-server 192.168.5.2;
if exists user-class and option user-class = "iPXE" {
filename "menu.ipxe";
} else {
if option arch = 00:06 {
filename "ipxe.efi";
} else if option arch = 00:07 {
filename "ipxe.efi";
} else if option arch = 00:09 {
filename "ipxe.efi";
} else {
filename "undionly.kpxe";
}
}
Updated by Stefan Weichinger almost 6 years ago
I also look for this feature, as described in:
Updated by Nathan Revo about 4 years ago
Eric Lochtefeld wrote:
I wanted to follow up with issue 765 (https://redmine.pfsense.org/issues/765) and see if we can add this issue with a new version.
Thanks !
Since pfsense leverages ISC DHCP it would be nice to have the ability to customize this if block (for now just adding iPXE support would be awesome)
Actions