• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Karl Keppner
    K
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    Karl Keppner

    @Karl Keppner

    7
    Reputation
    253
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Karl Keppner Unfollow Follow

    Latest posts made by Karl Keppner

    • FOG 1.0.1 RC install on Ubuntu Server 14.04

      I’ve updated my previous 1.0.0 on Ubuntu 14.04 to 1.0.1 and did a screen capture for all the noobs like me.

      [media=youtube]lUL-pPKWjeU[/media]

      [SIZE=6][B]Install FOG 1.0.1 on Ubuntu 14.04[/B][/SIZE]

      This tutorial is not a one size fits all. It may need to be adjusted to fit your environment. Please see the wiki, forum, and manual at fogproject.org if you need to modify it.

      Install Ubuntu 14.04 with OpenSSH and LAMP packages
      Set root password and switch to root
      [CODE]sudo passwd root
      su root[/CODE]

      Setup your NIC
      [CODE]nano /etc/network/interfaces[/CODE]
      [CODE]auto eth0
      iface eth0 inet static
      address x.x.x.x
      netmask x.x.x.x
      gateway x.x.x.x
      dns-search example.com
      dns-nameservers x.x.x.x [/CODE]
      Either reboot or restart your network service to enable changes.

      Update your system
      [CODE]apt-get update && apt-get upgrade -y && reboot[/CODE]
      I like to reboot after updates.

      Install FOG
      [CODE]apt-get install -y subversion
      svn co https://svn.code.sf.net/p/freeghost/code/trunk /opt/fog_1.0.1
      cd /opt/fog_1.0.1/bin/
      ./installfog.sh[/CODE]
      For my installation I chose the following options.
      [CODE]2, N, <IP address of fog server>, Y, <IP address of DHCP server>, Y, <IP address of DNS server>, N, N, N, Y or N – your choice, Y, Y, N - Enter you MYSQL root password[/CODE]
      Setup Database via web browser
      [LIST]
      [][url]http://x.x.x.x/fog/management[/url]
      [
      ]Click “Install/Upgrade Now”
      []Default User:
      [LIST]
      [
      ]Username: fog
      []Password: password
      [/LIST]
      [/LIST]
      Back on your server, continue the installation by pressing enter.
      Choose whether or not to notify fog of the installation. It helps them and won’t hurt you.
      If you use a windows server like me for DHCP you must set server options 066 & 067
      [LIST]
      [
      ]Option 066 is the IP or hostname of the FOG Server
      [*]Option 067 is the undionly.kpxe
      [/LIST]

      posted in Tutorials
      K
      Karl Keppner
    • FOG 1.0.0 RC install on Ubuntu Server 14.04

      I did a quick tutorial on spiceworks for anyone who wants to view it.
      [url]http://community.spiceworks.com/how_to/show/78110-fog-1-0-0-on-ubuntu-server-14-04[/url]

      posted in Tutorials
      K
      Karl Keppner