I kind of really need to use ProxyDHCP as ISC-DHCP-SERVER tends to break our network every once in a while.
However, while the Proxy information is properly loaded and the file is properly configured (almost just a copy paste, minus changes to ip addresses) and the information on the client reflects this, it won’t boot properly on some clients.
It pulls undionly from the server, but then tries to pull ipxe.default from 192.168.1.1 (which is the router/unmodifiable DHCP) which obviously fails since the file is not located at that address.
Running Trunk latest SVN on ubuntu 15.10.
port=0
log-dhcp
tftp-root=/tftpboot
dhcp-boot=undionly.kpxe,,192.168.1.156
dhcp-no-override
pxe-service=X86PC, "Boot from network", undionly
dhcp-range=192.168.1.156,proxy
Seeing as some clients do work, it seems to me the problem lies with how certain NICs function, but I don’t really know enough about it to say for sure.
Any help or ideas or just an explanation would be appreciated (found nothing in search function so far, sorry if this is a duplicate)
Thanks