Bug #12892
closed``HTTPClient`` option not sent when using UEFI HTTP Boot
100%
Description
Hey thanks for adding support HTTP Boot from issue 11659. I couldn't make it work w/ my systems and notice from a packet capture that HTTPClient isn't being sent as option 60 (vendor-class-identifier). If I manually add that as an additional option (additional option -> 60 -> text -> HTTPClient), everything works as it should. I believe this option should be automatically added when a user adds an NBP to enable HTTP Boot. Otherwise it's not intuitive why systems won't boot from the network.
Cheers
Related issues
Updated by Jim Pingle almost 3 years ago
- Target version set to 2.7.0
- Plus Target Version set to 22.05
Related forum thread: https://forum.netgate.com/post/1029319
Updated by Viktor Gurov almost 3 years ago
- Related to Feature #11659: Support for UEFI HTTP Boot option in DHCPv4 Server added
Updated by Viktor Gurov almost 3 years ago
- Assignee set to Viktor Gurov
Updated by Jim Pingle almost 3 years ago
- Status changed from New to Pull Request Review
Updated by Viktor Gurov almost 3 years ago
- Status changed from Pull Request Review to Feedback
- % Done changed from 0 to 100
Applied in changeset 284878d7d0a82503cf34c6a8983eaecb9e742769.
Updated by Danilo Zrenjanin over 2 years ago
- Status changed from Feedback to Resolved
Tested against:
2.7.0-DEVELOPMENT (amd64) built on Sat Mar 05 06:18:38 UTC 2022 FreeBSD 12.3-STABLE
After enablig Network Boot, the option 60 type text is automatically added into /var/dhcpd/etc/dhcpd.conf file.
option custom-lan-0 code 60 = text;
I am marking this ticket resolved.
Updated by Viktor Gurov over 2 years ago
- Status changed from Resolved to New
Updated by Jim Pingle over 2 years ago
- Status changed from New to Pull Request Review
Updated by Viktor Gurov over 2 years ago
- Status changed from Pull Request Review to Feedback
Updated by Jim Pingle over 2 years ago
- Subject changed from HTTPClient not sent when UEFI HTTP Boot to ``HTTPClient`` option not sent when using UEFI HTTP Boot
Updating subject for release notes.
Updated by Danilo Zrenjanin over 2 years ago
- Status changed from Feedback to Resolved
Tested on the:
2.7.0-DEVELOPMENT (amd64) built on Fri Apr 08 06:16:19 UTC 2022 FreeBSD 12.3-STABLE
Looks good! Ticket resolved.
Updated by Jim Pingle over 1 year ago
- Subject changed from ``HTTPClient`` option not sent when using UEFI HTTP Boot to ``HTTPClient`` option not sent when using UEFI HTTP Boot