Air gapped instance
-
I have a new instance of 1.5.7 which is air gapped. Typically we build outside and sneaker net it in, delete /opt/fog/.fogsettings and rerun the installer with the correct ip information.
The installer now checks for internet and hangs indefinitely. Is there a way to bypass the check? I manually changed the interfaces and ips in settings, but I still have a reference to the old ip during the pxe boot.
Http://<old ip>/fog/service/ipxe/boot.php
-
There is no way I know of to get around this, but probably the place you need to look in is /tftpboot/default.ipxe there is a hard coded address in that file too.
From the web ui side you will have settings in the fog configuration as well as the storage node (probably default) where it calls out a specific IP address.
-
@cmurray139 Take a look at this wiki article: https://wiki.fogproject.org/wiki/index.php/Change_FOG_Server_IP_Address
-
@george1421 that was it.
-
@Sebastian-Roth the installer will not run without internet connectivity. It hangs on the line adding repository, I think. I’ve left it for 30 minutes with no change.
This behavior is new, because I’ve always deleted the .fogsettings file and rerun the installer to change the ip.
Outside the settings in the web ui I had to manually change the ip set in the tftpboot folder.