FOG Issue
-
So I am setting up a FOG server. I got DHCP working properly and is handing out IP addresses. So I changed the IP address of the server from 172.16.10.55 from when I initially installed FOG. After making my changes in both the FOG configuration file and on the FOG web interface for the IP settings.I tried PXE booting a machine and got the following when trying to PXE boot a machine:
tftp://10.10.10.1/default/pxe … ok
http://172.16.10.55/fog/service/ipxe/boot.php… Network unreachable(http://ipxe.org/280a6090)I then tried running the FOG installer again and got the following result in the terminal:
Version 1.4.4- Found FOG Settings from previous install at: /opt/fog/.fogsettings
*Perfoming upgrade using thses settings
Sorry, answer not recognized.Please change the installation directory
Running from here will fail.Any suggestions???
-
@imagingmaster21 I would suggest that you should move the old settings file out of the way because it’s likely not correct somehow - and rerun the installer to see if that fixes it.
mv /opt/fog/.fogsettings /opt/fog/.fogsettings-old
Here is some documentation about the fogsettings file:
https://wiki.fogproject.org/wiki/index.php?title=.fogsettingsHere is some documentation on changing the FOG Server’s IP address:
https://wiki.fogproject.org/wiki/index.php?title=Change_FOG_Server_IP_AddressHere’s a tool that will fix everything on the FOG Server after you change the IP at the OS level:
https://github.com/FOGProject/fog-community-scripts/tree/master/updateIP -
@wayne-workman Running that command fixed the issue.