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
Kea-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/kea-users

Reply via email to