Hi Philippe,

what protocol the client uses to obtain the boot file is up to the
client. Perhaps with some specific options specified in a specific way
by the server, but still up to the client (i.e., the manufacturer of
the client will need to give the specifics of how to use http verses
tftp with their particular client which should include details about
what the DHCP server needs to provide).

Thank you,
Darren Ankney

On Mon, May 27, 2024 at 5:25 AM Philippe EA <[email protected]> wrote:
>
> Hi All,
>
>
>
> I practically achieved what I want to do with KEA DHCP, the last point is 
> using a boot file through HTTP instead of TFTP, I’m unable to run the test at 
> the moment so hope you guys can help me while waiting.
>
>
>
> Currently my config for the boot-file is below :
>
>
>
> "reservations": [
>
>       {
>
>         "hostname": "SCG",
>
>         "hw-address": "00:80:d4:0c:30:76",
>
>         "next-server": "10.171.20.254",
>
>         "boot-file-name": "dhcp-ztp.txt",
>
>         "option-data": [
>
>           {
>
>             "space": "dhcp4",
>
>             "name": "tftp-server-name",
>
>             "code": 66,
>
>             "data": "10.171.20.72"
>
>           }
>
>         ]
>
>       }
>
>     ],
>
>
>
> But with this config, the boot file use TFTP protocol.
>
>
>
> I’m thinking of using this config instead :
>
>
>
> "reservations": [
>
>       {
>
>         "hostname": "SCG",
>
>         "hw-address": "00:80:d4:0c:30:76",
>
>         "next-server": "10.171.20.254",
>
>         "server-hostname": "10.171.20.72",
>
>         "boot-file-name": "dhcp-ztp.txt",
>
>       }
>
>     ],
>
>
>
> With this instead, should I be able to use HTTP protocol ?
>
>
>
> Thanks.
>
>
>
> Regards.
>
>
>
> Philippe EA
>
> --
> ISC funds the development of this software with paid support subscriptions. 
> Contact us at https://www.isc.org/contact/ for more information.
>
> To unsubscribe visit https://lists.isc.org/mailman/listinfo/kea-users.
>
> Kea-users mailing list
> [email protected]
> https://lists.isc.org/mailman/listinfo/kea-users
-- 
ISC funds the development of this software with paid support subscriptions. 
Contact us at https://www.isc.org/contact/ for more information.

To unsubscribe visit https://lists.isc.org/mailman/listinfo/kea-users.

Kea-users mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/kea-users

Reply via email to