Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - grufo

#1
We switched to kea dhcp for better failover handling and new default and so on...

But now we hardly miss the ability to set different tftp boot-files for uefi and legacy bios!
We extensively use PXE boot for our older hardware to start linux from there and also for newer systems with uefi bios, but since we switched to kea dhcp there is no option to set a second tftp boot-file or any custom options.

"client-classes": [
  {
    "name": "pxe-bios",
    "test": "option[93].hex == 0x0000",
    "boot-file-name": "undionly.kpxe"
  },
  {
    "name": "pxe-uefi",
    "test": "option[93].hex == 0x0007 || option[93].hex == 0x0009",
    "boot-file-name": "iPXE64.efi"
  }
]

Would love to see that feature also in kea dhcp! :-)

#2
very helpful - helps a lot!  ;D
thanks
#3
to restart ssh via gui: System/Diagnostic/Services - openssh and restart...
#4
Same here - I had to remove the gateways in old style format from the config.xml file.

Changed
Quote<Gateways version="1.0.0">
....
</Gateways>
To:
Quote<Gateways version="1.0.0"/>

After a reboot the gateways from
Quote<gateways>
    <gateway_item>
     ...

were active again and everything online as expected!