Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - mrguitar

#1
I'm thinking for Kea. As PXE & ISC slowly keep dying, it probably makes sense to add support for things like this on the new side.
#2
Thanks for that. I guess I wouldn't need that if we can get UEFI HTTP boot support in the UI, or have a means to set this via an API. Is this worth filing an feature request for?

Thanks,
#3
Unfortunately, UEFI HTTP boot settings never made it in the opnsense UI for ISC DHCP. While that's the ideal, we had a great backstop where I could create something like this:
/usr/local/etc/dhcpd.opnsense.d/httpboot.conf

class "httpclients" {
option vendor-class-identifier "HTTPClient";
match if substring (option vendor-class-identifier, 0, 10) = "HTTPClient";
filename "http://blahblahblha/file.EFI";
}

This works as expected.
Anyway, I was just looking into migrating to kea and we have a similar station with the UI, but I don't see a place to add advanced config files. I don't have any kea experience and could be missing something obvious. Is this doable?

Thanks!