• Invalid password

    Unsolved
    2
    0 Votes
    2 Posts
    278 Views
    Tom ElliottT

    @cicero We didn’t change your password, unsure what those credentials would have been, but if you need to reset the password there are instuctions on how to do so. I would highly recommend resetting once you’re in though as it’s just the base default we define:

    username: fog
    password: password

    https://wiki.fogproject.org/wiki/index.php?title=Reset_WebUI_FOG_password

  • Dell optiplex 3080

    3
    0 Votes
    3 Posts
    1k Views
    M

    Hi, we’re running the latest FOG 1.5.10, trying to deploy to a Optiplex 3080.
    FOG boots PXE, and I can deploy a image.

    Yes these PCs come with NVME drives.

    Issue is the deployment speed, it changes from below 1gb to over 8gb, same deployment to same machines, no other changes.

    Done every firmware update / fog update, still various deployment speeds.

    Got similar Dell UEFI only 3000 units on a flat test network & they all behave the same.

  • Two VLANs (Two IP ranges)

    Unsolved
    6
    0 Votes
    6 Posts
    1k Views
    D

    I understand. I thought that with 2 network cards it would be possible to do this.

    What I tried was to do the following and change the default.ipx file with the following line:

    chain http://192.168.10.1/fog/service/ipxe/boot.php##params || chain http://192.168.0.1/fog/service/ipxe/boot.php##params || goto bootme

    WhatsApp Image 2023-12-06 at 09.34.02.jpeg
    And I managed to boot on the other network. This way, it is possible to boot from the 2 network cards in different VLANs.

    The problem is that, as @george1421 said, Fog doesn’t provide this type of support. (I believe that if the developers created an ID to identify the network and separated the files it would be possible to do this configuration, but I don’t know the feasibility of that.)

    As @baovipboy156 suggested, I’ll try to do a forward port to the fogserver in pfSense, and let you know if it works.

    Thanks for the help guys.

  • i fail to install FOG

    Unsolved
    5
    0 Votes
    5 Posts
    926 Views
    O

    @nrey said in i fail to install FOG Fnaf:

    I fail to install FOG due to this problem. Can someone help!!!
    )

    It looks like you’re losing connection. Please make sure you are using a trusted Proxy ID!

  • Disable Autoregistration via FOG Client

    Unsolved
    5
    0 Votes
    5 Posts
    855 Views
    Tom ElliottT

    @DBCountMan From my memory, yes, that is correct.

  • Boot UEFI mode slow

    9
    0 Votes
    9 Posts
    2k Views
    D

    Another thing to consider which I have observed in my environment is network congestion. If you are imaging on your production network, especially if the subnets aren’t segmented, you may experience slower than normal imaging speed. If your FOG server is connected to the network at 1Gbps, keep in mind that if you are trying to image 10 workstations connected at 1Gbps, the server will only be able to send/receive at 1Gbps. The more imaging that happens at once, the slower they will all be. That is why I have been looking into getting my FOG server connected at 10Gbps so that it can handle at least 10x1Gbps connections without slowing down.

  • PXE-E32: TFTP open timeout

    Unsolved
    2
    0 Votes
    2 Posts
    3k Views
    george1421G

    @mark29 said in PXE-E32: TFTP open timeout:

    it screens PXE-E32: TFTP open timeout.

    This can be (most commonly) caused by either

    DHCP options for that subnet have dhcp options 66 set incorrectly. You have two or more dhcp servers on that subnet and both don’t have all of the setting needed to pxe boot. The tftp service is not running on your fog server.

    I would setup a witness computer on the same subnet as the pxe booting computer that witness computer will run wireshark, with a capture filter of port 67 or port 68 or use a display filter of BOOTP. Start wireshark and then pxe boot the target computer until you get the error, then stop the wireshark capture.

    Now review in wireshark the OFFER packet. This comes from the dhcp server to the client.

    Look to see if you only have one OFFER packet. You should because the pxe error is “Open timeout”. Look at the OFFER packet in the ethernet header verify that both the {next-server} field has the IP address of the FOG server, and the {boot-file} has the proper FOG boot loader. Now look at the DHCP options under option 66 and 67 they should match whats in the ethernet header.

    FWIW: I’ve seen soho routers that eventhough you properly configure them, they set themselves (the routers) as the pxe boot server and not what you put in dhcp option 66.

  • Some machines can PXE boot, some cannot. Identical machines

    Unsolved
    2
    0 Votes
    2 Posts
    396 Views
    george1421G

    @r00s7a This is most likely an issue with your network infrastructure and not fog. The DHCP offers come from your primary dhcp server. If that DHCP server is not FOG Server then its not something you can solve on the fog server.

    Where we have seen sometimes they pxe boot and sometimes not is if you have two dhcp servers on your network. Possibly in a primary / secondary configuration. Confirm that all dhcp servers have dhcp options 66 and 67 set because these settings are not replicated between windows dhcp servers.

  • edit dhcp

    Unsolved
    4
    0 Votes
    4 Posts
    895 Views
    JJ FullmerJ

    @AlleneBrick @alexamore90
    Lets clarify further first.

    What DHCP server are you using and what is its ip?
    What do you want the fog server ip to be?

  • PXE Boot issue on second FOG-Server

    Unsolved
    2
    0 Votes
    2 Posts
    385 Views
    george1421G

    @El-Fogito said in PXE Boot issue on second FOG-Server:

    VLAN 10.20.88.0 and 10.20.82.0 (on which I configured port 66/67 from DHCP to server 10.20.10.38) finds NOTHING.

    The first question is that is 10.20.88.0 fully routable to 10.20.10.38? i.e. can you ping 10.20.10.38 from the 10.20.88.0 subnet?

    Do have any firewalls or screening routers that might stop udp port 67 and 68 from reaching 10.20.10.38? You can test this by using a computer on the remote subnet and trying to tftp one of the boot files from the fog server.

    You are saying that you can change dhcp option 66 from 10.10.10.38 to 10.20.10.38 and the remote system can’t pxe boot. This eliminates dhcp server and possibly any router dhcp helper/relay settings from the problem.

    If you have a witness computer (third computer on the remote subnet running wireshark) on the 10.20.88.0 you might setup a pcap to see what the remote pxe booting computers are being told what to load. This would ensure that the remote pxe booting computer was being told the proper values. If true then you can eliminate dhcp infrastructure issues and then deal with IP routing as the problem.

    Is there any WAN links between 10.20.10.38 and 10.20.88.0/24 subnets? I have see WAN links that have a smaller MTU than the tftp block size cause a problem. I think the default block size for tftp is 1468 so if the link MTU is below that value it will case the tftp packet to fragment and then fail to download. From your error message it doesn’t sound like this is the issue, but its always good to ask.

  • Deploy slowly NVME

    Unsolved
    3
    0 Votes
    3 Posts
    638 Views
    M

    Hello,

    Someone have the problem ??

    I’m lost and i have any solution for this topic …

  • ability to load a menu item on a specific machine as an immediate task

    Unsolved
    12
    0 Votes
    12 Posts
    3k Views
    JJ FullmerJ

    @ksrvpvl Ok, I think I’m getting what you’re saying. I misunderstood earlier.

    Is your custom menu option to boot to winPE working? Or are you asking for help with that part too? There is some very basic guidelines on creating a winpe boot option here https://docs.fogproject.org/en/latest/ipxe

    The plugin system needs to be enabled in the fog settings, then you should see a plugin menu where you can activate and then install the tasktypeedit plugin. Some basic plugin system info is here https://docs.fogproject.org/en/latest/plugins but it looks like you got past that bit now.

    I also found this post https://forums.fogproject.org/topic/10274/creating-task-with-tasktypemanagement?lang=en-US&page=1 where someone was doing the same thing. Perhaps it may offer some help.

  • mounting on images failed permission denied

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    P

    @processor Yes you can !

  • fog configuration problem

    Unsolved
    27
    0 Votes
    27 Posts
    12k Views
    A

    @Tom-Elliott ok how do I set it to 192.168.11.1?

  • Task Log file?

    Solved
    3
    0 Votes
    3 Posts
    481 Views
    R

    @baovipboy156

    Thanks!

  • Deployed Image does not join Domain or change hostname

    Unsolved
    6
    0 Votes
    6 Posts
    2k Views
    JJ FullmerJ

    @JeremyBrown Are you still having this issue?
    The fog log is saying that the host has multiple macs

    If it’s still happening I will gladly help you use the fogApi powershell module to find the duplicate macs and how to fix it from there.

  • After upgrade to Ubuntu 23 - Kernel Panic - not syncing VFS Unable to mout root fs

    Unsolved
    1
    0 Votes
    1 Posts
    303 Views
    No one has replied
  • Stuck in Deploy Image loop

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    W

    Issue fixed with 1.5.10.15

  • Node is offline

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    S

    @alexamore90 Did the installer finish all the way to the end? When running it there is a point where you need to open the browser and let it populate the database. If you skip this the installer will fail and needs to be run again.

    The node offline sounds like the installer didn’t finish properly.

  • Error with after mdraid true

    Unsolved
    6
    0 Votes
    6 Posts
    2k Views
    T

    @tomynocker I have continued making changes with different init.xz files. I have gotten fog to detect the md126 raid, but I don’t know why it can’t capture or restore images.

209

Online

12.4k

Users

17.4k

Topics

155.9k

Posts