Solution to FOG in other DHCP server, using IPcop. It works with version 2.0.8 of IPCOP, in the latest version 2.1.8 does not work, track down.
Edit in IPcop 2.0.8: /var/ipcop/dhcp/dnsmasq.local
Add:
###############################################
enable-tftp
tftp-root=/tftpboot
dhcp-boot=tag:!IPXEBOOT,undionly.kpxe,fog,10.0.0.5
###############################################
Explanation of concepts;
##undionly.kpxe=boot file
##fog=Sever name
##10.0.0.5=IP
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
By testing found the solution, just the line must be removed;
tftp-root = / tftpboot
So that would be this way;
Edit in IPcop 2.1.5 & 2.1.8: /var/ipcop/dhcp/dnsmasq.local
############################################
enable-tftp
dhcp-boot=tag:!IPXEBOOT,undionly.kpxe,fog,10.0.0.5
############################################
Tested on IPCop 2.1.8 and 2.1.5 versions.