I like to use FOG-Server https://fogproject.org/ to clone my clients etc… Nethserver acts as dhcp-server in the LAN.
I tried to use a custom-template:
-
create template folder
mkdir /etc/e-smith/templates-custom/etc/dhcpd.conf -
create template file
nano /etc/e-smith/templates-custom/etc/dhcpd.conf/99fog -
content of 99fog
next-server 192.168.1.244;
filename “linux/pxelinux.0”; -
expand template
expand-template /etc/dhcpd.conf
But it has not been working…
How must I configure NethServer to be able to use another server for PXE ?