How to configure dhcp for HTTPclient?
-
I have network booting enabled in DHCP server but can only configure it for PXEclient. How do I configure it for HTTPclient?
-
I got this working by killing dhcpd, edit dhcpd.conf and restarting dhcpd. Unfortunately the edit will not stick. Will pfSense support httpclient for netboot config?
class "httpclients" { option vendor-class-identifier "HTTPClient"; match if substring (option vendor-class-identifier, 0, 10) = "HTTPClient"; filename "http://mywebserverip/boot/grub/x86_64-efi/core.efi"; }
-
I don't think anyone else has requested the feature before. You can open a feature request on https://redmine.pfsense.org/ with that config example and it shouldn't be too hard to add. Probably not going to make it in the next version, but at some point in the future.