• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. dvd7227
    3. Best
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 11
    • Best 3
    • Controversial 0
    • Groups 0

    Best posts made by dvd7227

    • Fog 1.3.5 - Isolated Setup on Fedora 25

      Hi guys,

      Here’s a quick guide I followed through after several initial attempts to get Fog working on Fedora

      Install Fedora 25 (Use partition video below)
      https://wiki.fogproject.org/wiki/index.php?title=CentOS_7
      Install Updates
      Create Network Profile for Local DHCP
      Troubleshooting after install *Mostly firewall issues
      *Disable Firewall it won’t boot to tftpd
      Fedora 20/21/22/23
      Disable/stop Firewall
      systemctl disable firewalld.service
      systemctl stop firewalld.service
      reboot
      Can be undone with “start” and “enable”.
      Check Firewall in Fedora 20/21/22/23
      systemctl status firewalld.service
      *Disable SElinux very important or you’ll get PXE - T00 Permission Denied msg
      su -
      sudo gedit /etc/selinux/config
      There’s a field saying SELinux=Enforcing
      change it to disabled
      reboot
      launch terminal and run getenforce, it should say disabled
      Prep up Install
      Download from Github, unpack folder and drop into Downloads folder
      cd to Downloads
      cd to fogproject-1.3.5
      cd to bin
      sudo /installfog.sh
      It will check install and ask questions
      (Isolated Setup)
      Choice - 1 (Fedora)
      What type of Setup?
      Normal
      IP Address - 192.168.1.1
      Would you like to use a default network adapter?Yes
      I typed in - eno1
      Would you like to setup router address for the DHCP server - No
      Would you like DHCP to handle DNS? - No
      Would you like to use Fog server for DHCP Service - Yes
      Other languages - No
      Are you sure you wish to continue? - Yes
      Is the MySQL password blank - Yes
      It will ask to goto http://192.168.1.1/fog/management
      Make sure to change network profile to the 192.168.1.1
      Open browser and type in web address, hit update
      Once it finishes go back to terminal hit Enter
      It will apply final changes, and your set
      Your Set 🙂
      Notes -
      Do not export or import database, messed up a really good image doing this, everything showed up except when you click on hosts tab icon it won’t launch
      Do not name your username fog, instead call it something else had to reinstall as I couldn’t login after install
      Works flawlessly with Fedora over Ubuntu, used Ubuntu on 14.04 with older Fog build, this new version is way quicker and better thanks Tom and Fog team 🙂

      posted in Tutorials
      dvd7227D
      dvd7227
    • RE: Fog 1.3.5 - Isolated Setup on Fedora 25

      Thanks Wayne,

      I had to do a new fog setup this morning, I did it with the new version with the recommended steps you provided and everything worked out well.

      I’ll submit a new post with the new title, thanks again 🙂

      posted in Tutorials
      dvd7227D
      dvd7227
    • Fog 1.4.0 - Isolated Setup on Fedora 25
      • Install Fedora 25 (Use partition video below)
        https://wiki.fogproject.org/wiki/index.php?title=CentOS_7
        Install Updates
        Create and add a Network Profile for isolated setup - Name it Fog
        Manual no DHCP
        IP - 192.168.1.1
        Subnet - 255.255.255.0
        Gateway - 192.168.1.1
        Troubleshooting after install *Mostly firewall issues
        Change Firewall Settings
        Disable/stop Firewall
        systemctl disable firewalld.service
        systemctl stop firewalld.service
        Change SElinux Settings
        su -
        sudo vi /etc/selinux/config
        There’s a field saying SELinux=Enforcing
        change it to permissive
        to do this lookup using vi for editing (getting into edit mode and command mode, then save and quit)
        Save changes and quit
        reboot
        launch terminal and run getenforce, it should say permissive
        Prep up Install
        Download from Github, unpack folder
        Open Terminal
        cd to Downloads
        cd to fogproject_1.4.0
        cd to bin
        sudo ./installfog.sh
        It will check install and ask questions
        (Isolated Setup)
        Choice - 1 (Fedora)
        What type of Setup?
        Normal
        IP Address - 192.168.1.1
        Would you like to use a default network adapter?Yes
        I typed in - eno1
        Would you like to setup router address for the DHCP server - No
        Would you like DHCP to handle DNS? - No
        Would you like to use Fog server for DHCP Service - Yes
        Other languages - No
        Are you sure you wish to continue? - Yes
        Is the MySQL password blank - Yes
        It will ask to goto http://192.168.1.1/fog/management
        Unplug Ethernet cable that is giving internet from switch
        Make sure to change network profile to the 192.168.1.1
        Open browser and type in web address, hit update
        Once it finishes go back to terminal hit Enter
        It will apply final changes
        Your Set 🙂

      Thanks guys again for fog
      Wayne your input worked for the selinux, still getting prompts up top but will disable the prompts on the selinux gui, had tftp issues again with the firewall disabled it and it started to work again.

      posted in Tutorials
      dvd7227D
      dvd7227
    • 1 / 1