• how to use Snapin in ISO

    3
    0 Votes
    3 Posts
    752 Views
    I

    @george1421 Thanks!, Got it…
    I will try your solutions it’s make sense.
    🙂

  • hello all, i am new to this forum

    2
    0 Votes
    2 Posts
    419 Views
    S

    @lelinh Hello and welcome to the FOG project forums. Have you got FOG installed yet? Which version? Anything we can help you with?

  • PXE menu customization fewer options and fewer questions

    3
    0 Votes
    3 Posts
    1k Views
    george1421G

    @fritoss007 I can give you a hackers approach at doing what you want with the registration process. FOG calls fog.man.reg to invoke the registration process. You can find the source of this program here: https://github.com/FOGProject/fos/blob/master/Buildroot/board/FOG/FOS/rootfs_overlay/bin/fog.man.reg

    If you understand bash shell programming you can make modifications to this program to alter it registration. I will give you a hint to use notepad++ to edit this file because windows notepad add extra windows junk into the file that will cause error messages during execution.

    So now you have this file how can you inject it into the FOS Linux booting process?

    You can do the recommended method to unpack and repack the inits as Sebastian outlined. Take a bit of the hacker approach and use a FOG pre-startup script (i.e. post init script) to copy the fog.man.reg from the FOG server to the FOS Linux disk as FOS Linux boots. If you look at this tutorial: https://forums.fogproject.org/topic/14278/creating-custom-hostname-default-for-fog-man-reg in the section called fog.patch.customhostname you can see how to “patch” FOS Linux as it boots.
  • LDAP authentication on PXE menu (with email support as username)

    10
    0 Votes
    10 Posts
    3k Views
    Tom ElliottT

    @fritoss007 This may help too, as I believe @Sebastian-Roth has made this script native to the github fogproject code, and can be run at any time:
    https://github.com/FOGProject/fogproject/blob/master/utils/FOGiPXE/buildipxe.sh

  • Include custom iso in pxe boot menu

    5
    0 Votes
    5 Posts
    2k Views
    K

    Just one thing, i can boot only on uefi. It’s a long story…

  • better web performance?

    17
    0 Votes
    17 Posts
    4k Views
    george1421G

    @george1421 said in better web performance?:

    … "I could just copy the 443 virtualhost as 444"but instead of creating a virtual host just setup https on your fog server. There is really 2 sides to this equation. First you have all of the fog inner workings of pxe booting and fog clients. Leave them on port 80. Second use your enterprise ssl certificates on the https port. (actually I’m going to be doing something similar in about a week to our fog server because more browsers are complaining about http sites.)

    I’ve started outlining a basic (hack) configuration here to add ssl support to the FOG sever without much pain or messing with PXE or FOG Clients. https://forums.fogproject.org/topic/14464/adding-https-support-to-fog-server-with-centos-7

    So far its working.

  • Update For Server

    3
    0 Votes
    3 Posts
    723 Views
    S

    @dijsil As you seem to have a fairly old version I would suggest you wait until we have released FOG 1.5.9! It’s got a fair amount of bugs fixed since 1.5.8 came out…

  • 0 Votes
    6 Posts
    1k Views
    S

    @p4cm4n This sounds like an interesting project. I hope that you deleted the posts not by intention!

    While I have not used wireguard myself yet it seems to be a nice tool and should allow you to setup things as you intend to. Might need some more considerations on where to place the VPN gateways in each network to get the routing right and not make it too complex.

    The slowest link between any one route of them will be 20 Mbps.

    A 20 GB image would take two and a half hours if you look at the plain numbers. I am sure it will take longer as you can’t have full speed all the time. It would even be wise to throttle replication speed to not lock up internet access for the offices. But if you don’t change images on a daily basis I reckon this is a reasonable setup.

    I would suggest you set Image Manager to “Partcline Gzip Split 200 MB” for the images. This way replication can pick up again if a connection break terminates the replication of an image half way.

    I’d like to be able to login to MAIN, and find the host sitting at Client C

    For this setup you install FOG in master mode and the main site and as storage nodes at site A, B, C, … but you need to know that capturing an image at a remote site will push this through your VPN tunnel to the master node directly! There is no way to capture “local images to a storage node only”.

  • Duvida sobre DHCP.

    2
    0 Votes
    2 Posts
    662 Views
    george1421G

    Sorry my Portuguese is not good so I’ll answer in english.

    If you have windows 2012 server you can configure it to support dynamic dhcp option 67. For windows 2008 you have no joy. For 2008 you can only pick bios or uefi booting. You can still make FOG work in your environment. You will need to install DNSMASQ on your FOG server and let DNSMASQ send out the pxe boot information.

    If you have Windows 2012 or later server you can follow these instructions for dynamic booting of bios/uefi: https://wiki.fogproject.org/wiki/index.php/BIOS_and_UEFI_Co-Existence#Using_Windows_Server_2012_.28R1_and_later.29_DHCP_Policy

    To instal DNSMASQ on your fog server: https://forums.fogproject.org/topic/12796/installing-dnsmasq-on-your-fog-server

    One doubt with DNSMASQ is if your client computers are on a different subnet than your fog server you will need to make a change to the dhcp-relay service on your router. You will need to add the FOG server’s IP as the last dhcp server in the dhcp-relay service list.

    Mod Note: Translation via Google
    Good morning, I have a doubt about dhcp, I am using fog as the right image server !, and using the dhcp server in Windows server 2008, I am having difficulties in options 67 where I put which file to use at boot, this is working all in how much, my doubt and the following is there any way that I can leave the boot options in the dhcp UEFI and LEGACY together, or every time I will have to change within the scope of DHCP?
    Thanks in advance!

  • Can we add "application" on a Default OS ?

    4
    0 Votes
    4 Posts
    818 Views
    S

    @j00k4 As I said, the fog-client can run so called snapins to do certain jobs for you automatically, like install software.

  • Grabbed the latest dev branch and got 1.5.9-RC1 is this correct

    4
    0 Votes
    4 Posts
    846 Views
    F

    Thank you guys. I have now got the latest RC 1.3 and found a problem. I made another thread about it.

  • 0 Votes
    4 Posts
    1k Views
    S

    @hillie Thanks!

  • Fog Printer Management

    3
    0 Votes
    3 Posts
    793 Views
    S

    @hillie Yeah, that’s probably the best information we have. Check it out and let us know if you feel it needs an update. You are more than welcome to give detailed feedback on what to improve on the documentation.

    I guess you wanna try out the PrinterManagerHelper as well. Though I have to say that it has not had much attention lately and I remember it giving inadequate information sometimes (in case of WDS port configuration, maybe?).

  • Win7 64 bits imager

    3
    0 Votes
    3 Posts
    679 Views
    S

    @phamdien said in Win7 64 bits imager:

    I know I have to update the Kernel for 64 bits but I do not want loose 32 bits Image.

    Why do you think you loose the 32 bit image when you update FOG to a more recent version? The image data won’t be upgraded to 64 bit or anything no matter what you do.

    I suggest you setup a fresh clean new FOG server using the most current version beside your old FOG server. See if you can set things up so you can switch between the both (mostly depends on your DHCP setup) and when you have it running properly you can move your image(s) from the 0.32 server over to the new one and keep your fingers crossed for them to still deploy. They really should and if they don’t we can still try to help and fix things in the most current version.

  • Duplicate SID Service Set Identifier

    2
    0 Votes
    2 Posts
    515 Views
    george1421G

    @MikeT That question is a bit broad. Can you make FOG duplicate the SID, yes don’t sysprep the image before you capture it with FOG. Does FOG specifically duplicate the SID, no. Fog doesn’t care about the target OS. It just copies disk blocks from the source location to the target location. It doesn’t really step into windows.

    So to answer your question a bit more directly. No the quality of your golden image determines if the SID is duplicated or not.

  • It looks like FOG is working with Ubuntu 20.04 LTS

    20
    2 Votes
    20 Posts
    7k Views
    F

    @Sebastian-Roth

    Yes.

    I just want to add real quick, the DC 7800’s can boot to the menu with any kernel and without and kernel parameters. They fail when deploying.

  • bad adress fog server ipxe

    5
    0 Votes
    5 Posts
    956 Views
    S

    @tigervince30 Good you found the second DHCP server. I had a feeling this would be caused by a stale DHCP server in your network.

  • Edit hostlisting

    3
    0 Votes
    3 Posts
    559 Views
    S

    Thank you. That was very helpful. I’m still working on it.

  • Chainlink Error

    2
    0 Votes
    2 Posts
    303 Views
    george1421G

    Screen shots and configuration settings might help with diagnosing the issue.

  • Fog is awesome!!!

    1
    4 Votes
    1 Posts
    427 Views
    No one has replied

80

Online

12.7k

Users

17.6k

Topics

156.9k

Posts