• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Tim Heckaman
    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 8
    • Best 0
    • Controversial 0
    • Groups 0

    Tim Heckaman

    @Tim Heckaman

    0
    Reputation
    310
    Profile views
    8
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Tim Heckaman Unfollow Follow

    Latest posts made by Tim Heckaman

    • RE: PXE, TFTP, Sophos UTM

      Ubuntu 14.10 fully updated
      Fog 1.0.0 (current version is 1603 I think)
      Sophos UTM 9
      Sophos is running DHCP, DNS.

      In sophos I added:

      [FONT=Calibri]Code: 67 (bootfile-name)
      Name: bootfile-name
      Text: undionly.kpxe
      Scope: Global

      Code: next-server
      Name: next-server
      Address: ::IP OF SERVER::
      Scope: Global

      Code: 66 (tftp-server-name)
      Name: tftp-server-name
      Text: ::IP OF SERVER::[/FONT]
      [FONT=Calibri]Scope: Global[/FONT]

      The only on going problem so far is I need to restart the mysql service every once in awhile and I’m not sure why.
      sudo stop mysql
      sudo start mysql

      posted in FOG Problems
      T
      Tim Heckaman
    • RE: PXE, TFTP, Sophos UTM

      I got it working, I needed to restart mysql server. It seems to shut down randomly. I think because I keep making a lot of changes? At any rate it’s all working now. If anyone would like I can write down all the issues I had and the steps I took to fix them.

      Thanks for all the help!

      posted in FOG Problems
      T
      Tim Heckaman
    • RE: PXE, TFTP, Sophos UTM

      I’ve still been working on this. So far this is what I’ve done.
      In Sophos I needed to add: bootfile-name (code 67), next-server (no code), tftp-server-name (code 66). The PXE boot now works and I can run memtext86 but none of the other options work. I’ll keep this thread updated.

      posted in FOG Problems
      T
      Tim Heckaman
    • RE: PXE, TFTP, Sophos UTM

      I’ve reinstalled ubuntu 14.10, 1603 fog and configured Fog to do the DHCP and it’s working. I’ll keep looking into using Sophos as the DHCP and why it isn’t forwarding the pxe request to fog.
      Thanks for the tips

      posted in FOG Problems
      T
      Tim Heckaman
    • RE: PXE, TFTP, Sophos UTM

      UPDATE: I’ve installed Ubuntu 13.10, installed the latest release of Fog 1602 and I’m getting the same error. I then shut down the fog server and tried to pxe boot and got the same issue. So the issue is with Sophos UTM, i’m unsure how to get it to work but at least I know where to focus my attention. I’ll keep this post updated just in case someone else has the same setup and problems.

      Thanks

      posted in FOG Problems
      T
      Tim Heckaman
    • RE: PXE, TFTP, Sophos UTM

      Just wanted to give an update. I’ve tried changing the hostname to the IP in Sophos and that didn’t work. I did the bysync to try and update but that hasn’t worked. If there is another way to run the update I’d like to try it. I’m currently redoing everything by installing Ubuntu 13.10 and reinstalling. I’ll post some new information as soon as I get that done.
      Thank you guys so much for the help!

      posted in FOG Problems
      T
      Tim Heckaman
    • PXE, TFTP, Sophos UTM

      First of all I’d like to thank Tom and all those invested in this project. It has been SOOO helpful and has saved me a lot of time and energy. I’m excited for 1.0 and I’ve started to test it. I’m struggling in trying to get it up and running though so I’m here with a question. First off here is my environment.
      Ubuntu 14.10 (fresh install, fully updated as of 05-05-2014)
      Fog 1.0.0 (pulled via SVN)
      Ubuntu is a VM running on ESX.
      Sophos UTM 9 is my DHCP, DNS and Firewall
      In Sophos UTM I’ve enabled option 66 and 67. Attached is what those settings are set at currently (I’m assuming the issue is in here somewhere)
      I’ve also attached my TFTP settings in the web gui

      I’m having a PXE boot issue, or TFTP issue. I can get the computers to boot up and pull an IP, but I get a PXE-E32: TFTP open Timeout error.

      I’ve tried the following:
      On your ubuntu server type:
      Code:
      tftp -v X.X.X.X-c get undionly.kpxe
      Where X.X.X.X is your FOG servers IP.

      You should get something like this:
      [INDENT]Connected to X.X.X.X(X.X.X.X), port 69
      getting from X.X.X.X:undionly.kpxe to undionly.kpxe [netascii]
      Received 101962 bytes in 0.1 seconds [11316553 bit/s][/INDENT]
      This does come back correctly.

      Any help would be very much appreciated!
      Thanks in advance
      WARNING I’m a novice at linux.

      [url=“/_imported_xf_attachments/0/709_option66.JPG?:”]option66.JPG[/url][url=“/_imported_xf_attachments/0/710_option67.JPG?:”]option67.JPG[/url][url=“/_imported_xf_attachments/0/711_tftpsettings.JPG?:”]tftpsettings.JPG[/url]

      posted in FOG Problems
      T
      Tim Heckaman
    • RE: Setting up and starting MySql...failed! FOG_0.32 on Ubuntu 13.10 32bit

      I just wanted to add my findings to this thread. Ubuntu 14.10 fresh install, fully updated, downloaded Fog .33b via svn. I got this error repeatedly until I installed it from my user account and not the root account. So if you have enabled and are using the root user via being logged in, it can give this error. Took me WAY to long to figure it out. I don’t know why as I’m not a Linux user but that was my solution.

      posted in FOG Problems
      T
      Tim Heckaman