New DHCP Server - Client TFTP Error
-
@emerinea You can spend time troubleshooting the real issue, or you can get back to working… I would recommend using DNSMASQ to help your machines to resolve to your tftp server since you are still on FOG version 0.32
Use this link.
Let us know if you have issues.
You should really think about moving on to FOG 1.3.5 as a lot has changed and it will help us to assist you further. Not that any FOG project was ever supported the 0.32 version is quite old.
I would grab some hardware and set up a new server and moth ball the old one.
Hope this helps!
-
@emerinea are you sure dhcp option 66 (ip) for the fog server is correct? can the client reach the ip while running any os?
like @Jaymes-Driver say going to a newer fog version would be the best decision. -
@Jaymes-Driver I would prefer to get it working. The only thing that has changed is the IP address of the DHCP server. It has to be a simple fix. I’m not sure where to make that change. Is it possible to view the contents of the pxelinux.0 file? I do not see a way to open it.
-
@emerinea you dont need to open the bootfile, the dhcp option 66 is pointing to the ip of the fog server
Don’t be confused of undionly.pxe or ipxe.efi you have to stick at pxelinux.0
-
@x23piracy Is this what you are referring too? This is screenshot of the server’s DHCP Manager. DHCP Manager.
-
@emerinea i bet it’s an dns issue and your client cannot resolv fogserver, is this really it’s name? try it ip address please.
Regards X23
-
@x23piracy @emerinea The adjustments that x23 is recommending will likely fix the issues you are seeing.
Using DNSMASQ will never require these settings and will bypass them by using a proxy DHCP server for devices in the tftpboot protocol.
Either should work
-
@x23piracy Nice work. Changing option 66 from the hostname to the IP address did trick. Clients are booting fine now.
-
@emerinea well done, but you should check wether dns is not working correctly or if the hostname is wrong.
Anyway it’s time to go to a newer version you should migrate if you find the time.Regards X23
-
@x23piracy I will. Thank you.