Klaus, Jorell and Francis,

Let me start by saying I have never tested or tried anything but classic
PXE in my lab. But thanks for providing your configurations as a point of
reference if I ever need them. I looked at the configuration I have for the
PXE, iPXE, UEFI, etc, and I found it interesting how different it was. To
Francis' point, I am using option 93, rather than 60.

        "client-classes": [
            {
                "boot-file-name": "pxelinux.0",
                "name": "pxe_x86",
                "next-server": "10.50.32.95",
                "server-hostname": "labtools",
                "test": "option[93].hex == 0x0000"
            },
            {
                "boot-file-name": "syslinux.efi",
                "name": "pxe_efi_ia32",
                "next-server": "10.50.32.95",
                "server-hostname": "labtools",
                "test": "option[93].hex == 0x0006"
            },
            {
                "boot-file-name": "syslinux.efi",
                "name": "ipxe_efi_bc",
                "next-server": "10.50.32.95",
                "server-hostname": "labtools",
                "test": "option[93].hex == 0x0007"
            },
            {
                "boot-file-name": "syslinux.efi",
                "name": "ipxe_efi_x86_64",
                "next-server": "10.50.32.95",
                "server-hostname": "labtools",
                "test": "option[93].hex == 0x0009"
            },

I think I created this based on some internet research, and these were
classifications for isc-dhcp. Then I converted it to work with Kea... I
cannot remember. It certainly works for PXE_x86, but perhaps this will
offer a different point of view of a way to work with iPXE.

Francis, I was thinking that it would be cool to put stuff like this in a
knowledge base or something on the wiki to pull together how to do things
like this. Alternately we could have a GIT repo of contributed
configuration examples that have been validated by users who know what they
are doing. :) Obviously this would need to be treated like any other open
source project, but would be really cool way to share example configs to
increase adoption velocity. Something to consider... Perhaps this is
something Victoria would be interested in looking at?

Thanks,
Jason

On Tue, Jun 5, 2018 at 7:24 PM, Francis Dupont <fdup...@isc.org> wrote:

> I looked at for possible candidates fro client-architecture options.
> One is the option 93 (client-system in Kea which BTW does not allow
> to redefine options). The value 16 is not in RFC 4578 table but it is
> 11 year old...
>
> Regards
>
> Francis Dupont <fdup...@isc.org>
> _______________________________________________
> Kea-users mailing list
> Kea-users@lists.isc.org
> 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