IP address change - still trying to load boot.php from old IP
-
I followed the instructions from here: https://wiki.fogproject.org/wiki/index.php/Change_FOG_Server_IP_Address
But when I attempt a network boot, I get the following:
I successfully connect over TFTP, but it’s still trying to get the boot.php script from the old IP. Obviously I missed something somewhere. I’m sure there’s a line somewhere that didn’t get changed.
New IP is 192.168.1.241 and the old IP is 192.168.1.66
-
Modified
/tftpboot/default.ipxe
to the correct IP, and that fixed the problem for now, but not sure if it will become a problem again after updating (ie. a database value somewhere that will overwrite it). -
@moses no db value touches that file. So long as the ipaddress is setup in the /opt/fog/.fogsettings file you should be fine.
-
@Tom-Elliott Okay, thanks. I did set it there so I should be good. I’ll mark this as solved for now and if it reoccurs after update I’ll post here again.