NethServer Version: NethServer release 7.8.2003
Joined to Windows 2016 Server
DNS - Windows Server
DHCP - Sophos (hardware) Firewall
Need to have pxe server with uefi support.
( No FOG Please )
Obviously cannot edit dnsmasq.
Please suggest me other ways to make it work.
-------- If just CentOS 8 /7 ----------------------
# Disable DNS Server
port=0
# Enable DHCP logging
log-dhcp
# Respond to PXE requests for the specified network;
# run as DHCP proxy
dhcp-range=192.168.1.0,proxy
dhcp-boot=pxelinux.0
dhcp-match=set:efi-x86_64,option:client-arch,7
dhcp-boot=tag:efi-x86_64,grubx64.efi
# Provide network boot option called "Network Boot".
pxe-service=x86PC,"Network Boot",pxelinux
enable-tftp
tftp-root=/var/lib/tftpboot
----------------- above dnsmasq works with just CentOS —
Guide me a way in NethServer please