PXE configuration with Fortinet
Published: January 18, 2024 - 10:56 AM
Good morning,
I'm looking to set up PXE. Our DHCP server is distributed through the Fortinet firewall.
The conference details are:
The PXE successfully locates the ipxe.efi file on the TFTP server, but the ipxe initializing device process is stuck in a loop
Have you ever configured Fortinet for PXE?
Thanks in advance
I'm looking to set up PXE. Our DHCP server is distributed through the Fortinet firewall.
The conference details are:
Code: Select all
set lease-time 0
set dns-service local
set default-gateway 172.16.0.1
set next-server 172.23.1.1
set netmask 255.255.0.0
set interface "Pedagogique"
config ip-range
edit 1
set start-ip 172.16.250.0
set end-ip 172.16.255.254
next
end
set filename "ipxe_custom.efi"
Thanks in advance