[Kea-users] Boot-file from HTTP server
Philippe EA
pea at perle.com
Mon May 27 09:25:13 UTC 2024
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/kea-users/attachments/20240527/699feaf6/attachment-0001.htm>
More information about the Kea-users
mailing list