ipxe.boot.php error
-
Hello everyone I am new to this project. I am trying to the a Fog Server running at the school that I work. I am having problems with the php boot file. I have a quarantine network that the server has to work on that doesn’t have internet. So I installed the server in a network that does have internet to be able to install it. After that I changed the ip to the final correct one. I can logon ok but when I try to boot from the network for the fog to work it still has the wrong ip in the boot.php file ( http://WRONG IP/fog/service/ipxe/ boot.php ) what can I do???
-
@BACELO-0 Find information in IP change in our documentation: https://docs.fogproject.org/en/latest/reference/change_fog_server_ip_address.html
-
@bacelo-0 Well fog really doesn’t like it when you change the IP address after fog is installed. With that said its possible to do.
There is a wiki page on it: https://docs.fogproject.org/en/latest/reference/change_fog_server_ip_address.html
The quick notes on it is
On the fog server edit the file /tftpboot/default.ipxe correct the IP address there.In the web ui go to Fog Configuration->Fog Settings Select the Expand all button. Now in the browser search for the old IP address. Replace it with the new IP address and save each section you get to.
Still in the web ui go to storage end edit the default storage node, correct the IP address in there.
That should be it if you need to run on an isolated network.
-
@george1421 I would really rather install the fog server in right ip configuration but am I able to do that without internet?
-
@bacelo-0 said in ipxe.boot.php error:
but am I able to do that without internet
No you can’t. You have to go this route. If you need to image in a walled garden then you have to install FOG externally as you did and then adjust the settings once its inside the garden (isolated network).
-
@george1421 Ok what I did was I installed the Fog server on a 4g router and changed the IP to the correct one ( 10.1.8.1 ) and installed it perfectly but when I try do boot the Fog Server it says :
PXE-M0F : Exiting intel Boot Agent.
This is with the new Fog Server that I am trying to get it running.
The old Fog Server no Problem. What am I doing wrong -
@bacelo-0 Well there is more details we need about your isolated network.
What device is your dhcp server for this network? (the error you provided is not complete)
But guessing either the dhcp server did not send the IP address of the FOG server or there is no dhcp server on your isolated network.