Oliver Rath
2018-08-09 15:57:11 UTC
Hi list,
configuring ipxe boot recommends configuring an isc-dhcp-server i.e. in
this way:
if exists user-class and option user-class = "iPXE" {
filename "http://my.web.server/real_boot_script.php";
} else {
filename "undionly.kpxe";
}
reffering to dhcp option 77 "User Class Information". Is it possible to build a similar construct in dnsmasq.conf?
Tfh!
Oliver
configuring ipxe boot recommends configuring an isc-dhcp-server i.e. in
this way:
if exists user-class and option user-class = "iPXE" {
filename "http://my.web.server/real_boot_script.php";
} else {
filename "undionly.kpxe";
}
reffering to dhcp option 77 "User Class Information". Is it possible to build a similar construct in dnsmasq.conf?
Tfh!
Oliver