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

    Posts made by TechWiz

    • Fog install in Freebsd or Freenas Jail using Iocage

      Hi All
      Can fog be install in a Freebsd Jail?
      Thanks

      posted in General
      T
      TechWiz
    • Fog Backup Computers to a image that append

      Good Day

      Have you already added a third party option in the past, to backup computers to the fog server to a image that can be appended to and then be deployed back to the target computer.

      posted in General
      T
      TechWiz
    • Brand Fog PXE Menu

      Good Day @george1421

      Hope you are well.

      How do I brand the fog pxe menu.

      Thanks

      posted in General
      T
      TechWiz
    • RE: Fog Setup with Exsiting DHCP Server onsite with no Bootp

      Thanks its “WORKING” so coooooool.

      Thanks George and Sebastian thnx thnx thnx…

      posted in FOG Problems
      T
      TechWiz
    • RE: Fog Setup with Exsiting DHCP Server onsite with no Bootp

      @TechWiz

      0_1543250144043_e0c4a1b8-505a-4655-8b24-6e9042f4cc94-image.png

      posted in FOG Problems
      T
      TechWiz
    • RE: Fog Setup with Exsiting DHCP Server onsite with no Bootp

      Hi Sebastian

      I installed ubuntu 18.04 server with all updates
      Then installed fog 1.5.5
      disabled fog dhcp

      Struggeling with dnsmasq

      posted in FOG Problems
      T
      TechWiz
    • RE: Fog Setup with Exsiting DHCP Server onsite with no Bootp

      Hi George

      I need assistance to setup dnsmasq in ubuntu 18

      posted in FOG Problems
      T
      TechWiz
    • RE: Fog Setup with Exsiting DHCP Server onsite with no Bootp

      Hi George

      Can I use your config just as is just change the ip address, regards

      # Don't function as a DNS server:
      port=0
      
      # Log lots of extra information about DHCP transactions.
      log-dhcp
      
      # Set the root directory for files available via FTP.
      tftp-root=/tftpboot
      
      # The boot filename, Server name, Server Ip Address
      dhcp-boot=undionly.kpxe,,<fog_server_IP>
      
      # Disable re-use of the DHCP servername and filename fields as extra
      # option space. That's to avoid confusing some old or broken DHCP clients.
      dhcp-no-override
      
      # inspect the vendor class string and match the text to set the tag
      dhcp-vendorclass=BIOS,PXEClient:Arch:00000
      dhcp-vendorclass=UEFI32,PXEClient:Arch:00006
      dhcp-vendorclass=UEFI,PXEClient:Arch:00007
      dhcp-vendorclass=UEFI64,PXEClient:Arch:00009
      
      # Set the boot file name based on the matching tag from the vendor class (above)
      dhcp-boot=net:UEFI32,i386-efi/ipxe.efi,,<fog_server_IP>
      dhcp-boot=net:UEFI,ipxe.efi,,<fog_server_IP>
      dhcp-boot=net:UEFI64,ipxe.efi,,<fog_server_IP>
      
      # PXE menu.  The first part is the text displayed to the user.  The second is the timeout, in seconds.
      pxe-prompt="Booting FOG Client", 1
      
      # The known types are x86PC, PC98, IA64_EFI, Alpha, Arc_x86,
      # Intel_Lean_Client, IA32_EFI, BC_EFI, Xscale_EFI and X86-64_EFI
      # This option is first and will be the default if there is no input from the user.
      pxe-service=X86PC, "Boot to FOG", undionly.kpxe
      pxe-service=X86-64_EFI, "Boot to FOG UEFI", ipxe.efi
      pxe-service=BC_EFI, "Boot to FOG UEFI PXE-BC", ipxe.efi
      
      dhcp-range=<fog_server_ip>,proxy
      
      posted in FOG Problems
      T
      TechWiz
    • RE: Fog Setup with Exsiting DHCP Server onsite with no Bootp

      @george1421

      I will do so ubuntu 18.04 almost done, thanks again

      posted in FOG Problems
      T
      TechWiz
    • RE: Fog Setup with Exsiting DHCP Server onsite with no Bootp

      Hi George

      I am installing a clean ubuntu 18.04 lts now with latest update, the fog 1.5.5 will disbale or select no for fog dncp option is that correct with you sir?

      posted in FOG Problems
      T
      TechWiz
    • RE: Fog Setup with Exsiting DHCP Server onsite with no Bootp

      Will Update shortly

      posted in FOG Problems
      T
      TechWiz
    • RE: Fog Setup with Exsiting DHCP Server onsite with no Bootp

      @TechWiz

      Still the same error

      Install ubuntu 18.04 Lts now

      posted in FOG Problems
      T
      TechWiz
    • RE: Fog Setup with Exsiting DHCP Server onsite with no Bootp

      @TechWiz said in Fog Setup with Exsiting DHCP Server onsite with no Bootp:

      ln -s /tftpboot/undionly.kpxe /tftpboot/undionly.kpxe.0

      I have done ln -s /var/lib/tftpboot/undionly.kpxe /var/lib/tftpboot/undionly.kpxe.0

      Testing now…

      posted in FOG Problems
      T
      TechWiz
    • RE: Fog Setup with Exsiting DHCP Server onsite with no Bootp

      @Sebastian-Roth said in Fog Setup with Exsiting DHCP Server onsite with no Bootp:

      ln -s /tftpboot/undionly.kpxe /tftpboot/undionly.kpxe.0

      I will test both options

      Thanks for your support

      Blessings

      posted in FOG Problems
      T
      TechWiz
    • RE: Fog Setup with Exsiting DHCP Server onsite with no Bootp

      Thanks George during the install i also disabled the dhcp feature of fog is that correct?

      posted in FOG Problems
      T
      TechWiz
    • RE: Fog Setup with Exsiting DHCP Server onsite with no Bootp

      Installed a lab system

      with dnsmasq

      0_1543240854956_5b52ba1a-4ae7-4f53-bc5d-9a44678b830e-image.png

      posted in FOG Problems
      T
      TechWiz
    • Fog Setup with Exsiting DHCP Server onsite with no Bootp

      Hi @Sebastian-Roth

      Thanks in Advance for your assistance

      My Config

      Clean install Ubunthu 16.04 lts with latest updates
      Fog v 1.5.5

      I need to deploy Images on sites with soho routers that can provide dhcp only no bootp features

      What will your ideal fog config with dnsmasq look like to be able to function in environments like this.

      Regards

      posted in FOG Problems
      T
      TechWiz
    • RE: Fog on Existing DHCP server

      @Sebastian-Roth Hi Sir I will do so thnx

      posted in FOG Problems
      T
      TechWiz
    • RE: Fog on Existing DHCP server

      Hi George1421

      Thanks for the pxe update.

      With this change what other changes do you need to make with the fog server default install.

      Thx

      posted in FOG Problems
      T
      TechWiz
    • 1 / 1