[quote=“Koen, post: 29688, member: 4127”]Hi Tom
Sorry, I overlooked completely that option 67 had to get a different value, my fault.
May be the install script can emphasize that this has to be changed in case of an update?
All the best and thanks,
Koen[/quote]
It um… it does.
[code]
echo " DHCP will NOT be setup but you must setup your";
echo " current DHCP server to use FOG for PXE services.“;
echo ;
echo " On a Linux DHCP server you must set:”;
echo " next-server";
echo ;
echo " On a Windows DHCP server you must set:“;
echo " option 066 & 067”;
echo;
echo " Option 066 is the IP of the FOG Server: (e.g. ${ipaddres}“;
echo " Option 067 is the undionly.kpxe file: (e.g. undionly.kpxe)”;
[/code]
This is a blatant rip from the installfog.sh script that you run to install FOG, for some reason many members fail to read the instructions presented to them.