• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Seth Earby
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 9
    • Best 0
    • Controversial 0
    • Groups 0

    Seth Earby

    @Seth Earby

    0
    Reputation
    73
    Profile views
    9
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Seth Earby Unfollow Follow

    Latest posts made by Seth Earby

    • RE: 2MB Transfer over GBE | Fog 1.2.0

      [quote=“Tom Elliott, post: 37978, member: 7271”]Is it bridged or host-only?[/quote]

      It is host only.

      posted in FOG Problems
      S
      Seth Earby
    • RE: 2MB Transfer over GBE | Fog 1.2.0

      I have it running out off of the onboard NIC (Intel Controller) and it’s still 2MB. Is there anything I could paste to provide better information? I’m really stuck to why this is happening.

      posted in FOG Problems
      S
      Seth Earby
    • RE: 2MB Transfer over GBE | Fog 1.2.0

      Out of curiosity, could 2 NIC’s have anything to do with it?

      posted in FOG Problems
      S
      Seth Earby
    • RE: 2MB Transfer over GBE | Fog 1.2.0

      Well, I’m trying to see what could be the issue. It shouldn’t be 2MB slow. Even on at 10/100 connection. I’m trying to see if another retrieval method would be faster.

      posted in FOG Problems
      S
      Seth Earby
    • RE: 2MB Transfer over GBE | Fog 1.2.0

      So IO shouldn’t be a problem. The client in question has an i3 with 8GB of RAM. Do you have to do custom iso’s over HTTP or can you pull them from TFTP?

      posted in FOG Problems
      S
      Seth Earby
    • RE: 2MB Transfer over GBE | Fog 1.2.0

      How does the http .iso download work? Does it download then mount it or is it try to unpack the .iso on the server?

      posted in FOG Problems
      S
      Seth Earby
    • RE: 2MB Transfer over GBE | Fog 1.2.0

      I figured it was something that I may have put in wrong. However, I’m downloading the iso over httpd. It’s a steady 2MB. However, the speeds are much faster if I browse Ip/iso/image.iso and download that. Is there an alternative way I could write my file to do tftp or something else?

      Thanks.

      posted in FOG Problems
      S
      Seth Earby
    • RE: 2MB Transfer over GBE | Fog 1.2.0

      I just changed it over to an HP with 2 NIC’s to test and I’m still getting 2MB transfers. So it’s a fog configuration.

      Here is my Advanced Boot Menu:

      [CODE]set boot-url http://${fog-ip}/${fog-webroot}
      :MENU
      menu
      item --gap – Imaging and Diagnostics
      item QDX QDX Diagnostic
      item HIR Hirens 15.2 DvD
      item Untangle Untangle 11
      item hostinfo Host Information (Your Machine Info)
      choose target && goto ${target}

      :QDX
      initrd http://${fog-ip}/iso/qdx.iso
      chain memdisk iso raw ||
      echo failed to boot
      prompt
      goto MENU

      :HIR
      initrd http://${fog-ip}/iso/hirens15.iso
      chain memdisk iso raw ||
      echo failed to boot
      prompt
      goto MENU

      :Untangle
      initrd http://${fog-ip}/iso/untangle.iso
      chain memdisk iso raw ||
      echo failed to boot
      prompt
      goto MENU

      :hostinfo
      echo This computer : ||
      echo MAC address…${net0/mac} ||
      echo IP address…${ip} ||
      echo Netmask…${netmask} ||
      echo Serial…${serial} ||
      echo Asset number…${asset} ||
      echo Manufacturer…${manufacturer} ||
      echo Product…${product} ||
      echo BIOS platform…${platform} ||
      echo ||
      echo press any key to return to Menu ||
      prompt
      goto MENU[/CODE]

      posted in FOG Problems
      S
      Seth Earby
    • 2MB Transfer over GBE | Fog 1.2.0

      I just setup a Fog server on CentOS 6.5 running from ESX with a dedicated NIC. When I plug directly or to a switch the max I get is 4MB with the average being 2MB. Im doing a direct ISO load from HTTP (/var/www/html/iso/xxx.iso) and if I download it goes at least 32MBps.

      What could I be missing?

      posted in FOG Problems
      S
      Seth Earby