Page 1 of 1
[RESOLVED] OS Deployment / DHCP Configuration / Efficient IP Appliance
Published: July 16, 2024 - 12:03 PM
by Aramis
Hello,
I would like to use the functionality offered by WAPT 2.5 for OS deployment.
Our DHCP infrastructure is managed by Efficient IP appliances.
Do you have experience deploying OS in this context for iPXE configuration?
Thank you.
Re: OS Deployment / DHCP Configuration / Efficient IP Appliance
Published: July 16, 2024 - 5:28 PM
by sfonteneau
For a minimal DHCP configuration, you can run:
`/opt/wapt/waptserver
/scripts/compile_ipxe.sh`. The script will create three files
: `ipxe_custom.efi` (for UEFI)
, `snponly_custom.efi` (for UEFI),
and `undionly_custom.kpxe` (for legacy).
In your Efficient IP Appliance, you can then configure a minimal PXE configuration:
`filename = snponly_custom.efi`
and `next-server = waptserverip`.
This minimal mode will allow you to deploy only UEFI machines.
Re: OS Deployment / DHCP Configuration / Efficient IP Appliance
Published: July 18, 2024 - 3:15 PM
by Aramis
Hello,
Thank you for your feedback. I will run some tests and give you an update.
Sincerely,
Re: OS Deployment / DHCP Configuration / Efficient IP Appliance
Published: July 24, 2024 - 12:03 PM
by dcardon
Hi Julien,
were you able to set up your configuration?
Regards,
Denis
Re: OS Deployment / DHCP Configuration / Efficient IP Appliance
Published: July 24, 2024 - 4:22 PM
by Aramis
dcardon wrote: ↑July 24, 2024 - 12:03 PM
Hello Julien,
were you able to set up your configuration?
Regards,
Denis
Good morning,
Yes, I did some testing today and it works without any problems with this minimal configuration in Efficient IP.
You can close this post if you wish.
Sincerely.
Re: OS Deployment / DHCP Configuration / Efficient IP Appliance
Published: July 25, 2024 - 09:36
by dcardon
Hello Julien,
thank you for your feedback. It's important on the forum to know that the topic is resolved for others who might come across it through a Google search or other means.
Regards,
Denis