<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.fogproject.org/wiki/index.php?action=history&amp;feed=atom&amp;title=Integrating_FOG_into_an_Existing_Network</id>
		<title>Integrating FOG into an Existing Network - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.fogproject.org/wiki/index.php?action=history&amp;feed=atom&amp;title=Integrating_FOG_into_an_Existing_Network"/>
		<link rel="alternate" type="text/html" href="https://wiki.fogproject.org/wiki/index.php?title=Integrating_FOG_into_an_Existing_Network&amp;action=history"/>
		<updated>2026-04-30T03:58:26Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://wiki.fogproject.org/wiki/index.php?title=Integrating_FOG_into_an_Existing_Network&amp;diff=7707&amp;oldid=prev</id>
		<title>Chad-bisd: Added overview and section header for installation</title>
		<link rel="alternate" type="text/html" href="https://wiki.fogproject.org/wiki/index.php?title=Integrating_FOG_into_an_Existing_Network&amp;diff=7707&amp;oldid=prev"/>
				<updated>2012-07-30T04:59:55Z</updated>
		
		<summary type="html">&lt;p&gt;Added overview and section header for installation&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Overview ==&lt;br /&gt;
An existing network is assumed to have DHCP and DNS services already functioning on separate server(s), as well as full Internet connectivity. Changes will have to be made on the DHCP server to forward PXE traffic to the FOG server. See [[Modifying existing DHCP server to work with FOG]] for assistance with this setting.&lt;br /&gt;
&lt;br /&gt;
'''Note:''' The FOG installation makes several queries to resources on the Internet. The server must be connected to the Internet during the initial installation.&lt;br /&gt;
== Installation ==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Install the base OS and set a static IP address for this server&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Connect to the Internet and update the base OS&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[FOGUserGuide#Installing_FOG|Install FOG]]&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;tt&amp;gt;What type of installation would you like to do? [N] n&amp;lt;/tt&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Choose Normal. Read the on-screen explanation for details.&amp;lt;/li&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;tt&amp;gt;What is the IP address to be used by this FOG Server? [current address]&amp;lt;/tt&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Your server's current Internet address is pre-filled. Just press enter to accept it.&amp;lt;/li&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;tt&amp;gt;Would you like to setup a router address for the DHCP server? [Y/n] Y&amp;lt;/tt&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
We assumed there is already exists a DHCP server, so choose yes.&amp;lt;/li&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;LI&amp;gt;&amp;lt;tt&amp;gt;What is the IP address to be used for the router on the DHCP server? [preFilled?] type.your.DHCP.address&amp;lt;/tt&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Enter the IP address of your network's DHCP server. FOG may have filled this in automatically.&amp;lt;/li&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;tt&amp;gt;Would you like to setup a DNS address for the DHCP server and client boot image? [Y/n] y&amp;lt;/tt&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Enter the IP address of your network's DNS server. FOG may have filled this in automatically.&amp;lt;/li&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;tt&amp;gt;What is the IP address to be used for DNS on the DHCP server and client boot image? [preFilled?] type.your.DNS.address&amp;lt;/tt&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Enter the IP address of your network's DHCP server. FOG may have filled this in automatically.&amp;lt;/li&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;tt&amp;gt;  Would you like to change the default network interface from eth0?&amp;lt;br&amp;gt;&lt;br /&gt;
:  If you are not sure, select No. [y/N] n&amp;lt;/tt&amp;gt;&lt;br /&gt;
This would allow us to have multiple network cards. This is beyond the scope of this simple guide.&amp;lt;/li&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;tt&amp;gt;Would you like to use the FOG server for dhcp service? [Y/n] n&amp;lt;/tt&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
No. DHCP addresses will be provided by the infrastructure's DHCP server. Having multiple DHCP servers on a single network causes a race condition for the clients, and potentially conflicting IP addresses if they are issuing out addresses within the same range.&amp;lt;/li&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;  DHCP will not be setup but you must setup your&lt;br /&gt;
  current DHCP server to use FOG for pxe services.&lt;br /&gt;
&lt;br /&gt;
  On a Linux DHCP server you must set:&lt;br /&gt;
      next-server&lt;br /&gt;
&lt;br /&gt;
  On a Windows DHCP server you must set:&lt;br /&gt;
      option 066 &amp;amp; 067&amp;lt;/pre&amp;gt;&lt;br /&gt;
Noted. Be sure to work with the DHCP admins to get PXE services forwarding to your FOG server. See [[FOGUserGuide#Modifying_existing_DHCP_server_to_work_with_FOG|Modifying existing DHCP server to work with FOG]] for assistance with this.&amp;lt;/li&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;tt&amp;gt;  This version of FOG has internationalization support, would you like to install the additional language packs? [Y/n]&amp;lt;/tt&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Choose Yes if you'd like to install additional languages&amp;lt;/li&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;pre&amp;gt;  #####################################################################&lt;br /&gt;
&lt;br /&gt;
  FOG now has everything it needs to setup your server, but please&lt;br /&gt;
  understand that this script will overwrite any setting you may&lt;br /&gt;
  have setup for services like DHCP, apache, pxe, tftp, and NFS.&lt;br /&gt;
  &lt;br /&gt;
  It is not recommended that you install this on a production system&lt;br /&gt;
  as this script modifies many of your system settings.&lt;br /&gt;
&lt;br /&gt;
  This script should be run by the root user on Fedora, or with sudo on Ubuntu.&lt;br /&gt;
&lt;br /&gt;
  Here are the settings FOG will use:&lt;br /&gt;
         Distro: Ubuntu&lt;br /&gt;
         Installation Type: Normal Server&lt;br /&gt;
         Server IP Address: your.FOG.server.address&lt;br /&gt;
         DHCP router Address: your.DHCP.address&lt;br /&gt;
         DHCP DNS Address: your.DNS.address&lt;br /&gt;
         Interface: eth0&lt;br /&gt;
         Using FOG DHCP: 0&lt;br /&gt;
         Internationalization: 1&lt;br /&gt;
&lt;br /&gt;
  Are you sure you wish to continue (Y/N) y&amp;lt;/pre&amp;gt;&lt;br /&gt;
If it all looks good, enter Y&amp;lt;/li&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
  Installation Started...&lt;br /&gt;
&lt;br /&gt;
  Installing required packages, if this fails&lt;br /&gt;
  make sure you have an active internet connection.&lt;br /&gt;
&lt;br /&gt;
  * Preparing apt-get&lt;br /&gt;
  * Installing package: apache2&lt;br /&gt;
...&lt;br /&gt;
...&lt;br /&gt;
...&amp;lt;/pre&amp;gt;The install continues...&amp;lt;br&amp;gt;&lt;br /&gt;
The following message is displayed:&amp;lt;pre&amp;gt;  * Installing package: mysql-server&lt;br /&gt;
&lt;br /&gt;
     We are about to install MySQL Server on &lt;br /&gt;
     this server, if MySQL isn't installed already&lt;br /&gt;
     you will be prompted for a root password.  If&lt;br /&gt;
     you don't leave it blank you will need to change&lt;br /&gt;
     it in the config.php file located at:&lt;br /&gt;
     &lt;br /&gt;
     /var/www/fog/commons/config.php&lt;br /&gt;
&lt;br /&gt;
     Press enter to acknowledge this message.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Choose a root password for your MySQL service. Take note of the file name above as it will have to be edited post-install.&amp;lt;/li&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;tt&amp;gt; Send notification? (Y/N)y&amp;lt;br&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
::&amp;lt;tt&amp;gt;  * Thank you, sending notification...&amp;lt;/tt&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
In one person's experience, this step freezes more often than not. If you choose Yes and it takes longer than a few seconds, it is likely frozen. &lt;br /&gt;
Here is a solution: [[Thank_you,_sending_notification]]&amp;lt;/li&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
The Installation script is complete:&lt;br /&gt;
&amp;lt;pre&amp;gt;Done&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Setup complete!&lt;br /&gt;
&lt;br /&gt;
  You still need to install/update your database schema.&lt;br /&gt;
  This can be done by opening a web browser and going to:&lt;br /&gt;
&lt;br /&gt;
      http://192.168.1.5/fog/management&lt;br /&gt;
&lt;br /&gt;
      Default User:&lt;br /&gt;
             Username: fog&lt;br /&gt;
             Password: password&lt;br /&gt;
&lt;br /&gt;
$&amp;lt;/pre&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
==Updating config files for non-empty MySQL root password==&lt;br /&gt;
{{Updating config files for non-empty MySQL root password}}&lt;/div&gt;</summary>
		<author><name>Chad-bisd</name></author>	</entry>

	</feed>