Difference between revisions of "Change FOG Server IP Address"

From FOG Project
Jump to: navigation, search
(Remove really old stuff first)
(Replaced content with "This article moved to the new documentation platform. https://docs.fogproject.org/en/latest/reference/change_fog_server_ip_address.html")
 
Line 1: Line 1:
= Change FOG server static IP address =
+
This article moved to the new documentation platform.
  
Related article: [[Migrate FOG]]
+
https://docs.fogproject.org/en/latest/reference/change_fog_server_ip_address.html
 
 
== FOG 1.3.0 ==
 
 
 
=== Procedural Steps ===
 
 
 
* Follow appropriate steps for your Linux distribution to change the OS's IP address.
 
* Update the <font color="red">ipaddress=</font> field (and other fields if necessary) inside the <font color="red">/opt/fog/.fogsettings</font> file.
 
* Rerun the installer
 
* Update the IP address for the storage node on the FOG system where you changed the IP address <font color="red">Web Interface -> Storage Management</font>
 
* Update the IP address on a any master storage node that may reference this FOG server <font color="red">Web Interface -> Storage Management</font>
 
* (For master server) Update the FOG_WEB_HOST value <font color="red">Web Interface -> FOG Configuration -> FOG Settings -> Web Server -> FOG_WEB_HOST</font>
 
* (For master server) Update the FOG_TFTP_HOST value <font color="red">Web Interface -> FOG Configuration -> FOG Settings -> TFTP Server -> FOG_TFTP_HOST</font>
 
 
 
=== FOG Settings File ===
 
 
 
Update the /opt/fog/.fogsettings file:
 
 
 
<pre>vi /opt/fog/.fogsettings</pre>
 
 
 
Instructions on using Vi: [[Vi]]
 
 
 
There are several settings in here that may need updated depending on if you're running DHCP on the fog server or not. But the one setitng that must be updated is the ipaddress=x.x.x.x setting. Update this with the correct IP. Save your changes and quit, and then re-run the fog installer.
 
 
 
Additional information about the <font color="red">/opt/fog/.fogsettings</font> file can be found here: [[.fogsettings]]
 

Latest revision as of 18:05, 22 February 2021

This article moved to the new documentation platform.

https://docs.fogproject.org/en/latest/reference/change_fog_server_ip_address.html