FOG FTP and TFTP fail to connect
-
Hi everyone,
I noticed that when booting up a computer, it comes up with this when attempting to boot PXE:
TFTP.
PXE-T01: File not found
PXE E3B: TFTP Error - File not found
PXE MOF: Exiting Intel Boot Agent.In Image Management, I noticed the status of each image is:
FOGFTP: Failed to connect.
Host: x.x.x.12
Undefined variable: whereArrayThe host IP is incorrect because it has changed. It shows .12 when it should be .24. I did change it to the correct IP address in /etc/network/interfaces and /etc/hosts, and I checked all the IP settings in FOG Configuration in FOG Management. What did I miss?
Thanks in advance.
-
Hi.
Do you use Windows Server ? Remember to change the configuration for options 066 and 067 DHCP.
-
You need to troubleshoot TFTP and FTP both, it sounds like.
Check these out. If you have questions, come back here and we will help.
https://wiki.fogproject.org/wiki/index.php/Troubleshoot_TFTP
https://wiki.fogproject.org/wiki/index.php/Troubleshoot_FTPThere’s links in the TFTP one for DHCP, that needs looked at too, probably.
-
If you’ve changed your IP address, there are a number of files you need to change.
- /var/www/fog/lib/fog/Config.class.php
- use "grep -r <old fog server ip> /var/www/fog/lib/fog/ " and find any references you missed there
- /tftpboot/default.ipxe
- /etc/hosts
- /etc/dnsmasq.d/ltsp.conf
- /etc/network/interfaces
Full list is here
https://wiki.fogproject.org/wiki/index.php/Change_FOG_Server_IP_Address