• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

PXE-E99: Unexpected Network Error

Scheduled Pinned Locked Moved
FOG Problems
2
11
809
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R
    RLAIR23
    last edited by Aug 8, 2022, 11:32 PM

    Sorry couldn’t upload picture,

    Station IP Address is 10.10.11.29

    Server IP is 10.10.11.33
    NBP filename is ipxe.efi
    NBP filesize is 0 Bytes
    PXE-E99: Unexpected network error

    Running FOG sever on Ubuntu 18.04.6 LTS VM - ESXi host. Windows DHCP Server. Honestly not sure what to do, have read other posts regarding this and have tried out different solutions. No luck. So any help would be much appreciated. Need to image over 40 machines by the 22nd.

    G 1 Reply Last reply Aug 9, 2022, 12:55 AM Reply Quote 0
    • G
      george1421 Moderator @RLAIR23
      last edited by Aug 9, 2022, 12:55 AM

      @rlair23 Did you turn on https on the fog server for some reason?

      Is 10.10.11.33 indeed your fog server’s IP address?

      Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

      R 1 Reply Last reply Aug 9, 2022, 2:36 PM Reply Quote 0
      • R
        RLAIR23 @george1421
        last edited by RLAIR23 Aug 9, 2022, 8:36 AM Aug 9, 2022, 2:36 PM

        @george1421 I do not recall turning on https, saw the option but selected no. And yes 10.10.11.33 is the IP address of my server.

        G 1 Reply Last reply Aug 9, 2022, 3:06 PM Reply Quote 0
        • G
          george1421 Moderator @RLAIR23
          last edited by Aug 9, 2022, 3:06 PM

          @rlair23 Is this a new FOG install or it has always worked but now it doesn’t. I’m trying to understand did it ever work?

          Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

          R 2 Replies Last reply Aug 9, 2022, 3:35 PM Reply Quote 0
          • R
            RLAIR23 @george1421
            last edited by Aug 9, 2022, 3:35 PM

            @george1421 This is new server. Has never worked.

            1 Reply Last reply Reply Quote 0
            • R
              RLAIR23 @george1421
              last edited by Aug 9, 2022, 3:40 PM

              @george1421 The windows DHCP server is on the same subnet. Also applied these settings:

              https://docs.fogproject.org/en/latest/installation/network_setup.html

              Is this also necessary? - https://wiki.fogproject.org/wiki/index.php?title=BIOS_and_UEFI_Co-Existence#Using_Windows_Server_2012_.28R1_and_later.29_DHCP_Policy

              G 1 Reply Last reply Aug 9, 2022, 3:48 PM Reply Quote 0
              • G
                george1421 Moderator @RLAIR23
                last edited by george1421 Aug 9, 2022, 9:50 AM Aug 9, 2022, 3:48 PM

                @rlair23 dhcp options 66 and 67 need to be set for basic pxe booting. The issue with dhcp option 67 is that if you need to boot uefi you need to enter ipxe.efi. If you want to pxe boot a bios client you need to change the value to undionly.kpxe. That is the static way of doing it.

                The bios uefi coexistence wiki tells you how to setup profiles to give you a dynamic pxe booting. Does it need it, no. Does it make your life easier if you have a mixed environment, yes.

                Since this is a new install.

                1. Make sure the unbuntu firewall is disabled.
                2. On the client computer make sure secure boot is disabled.

                We may need to get a packet capture of the pxe boot process to understand what is going sideways.

                If you have more than one dhcp server (such as a fail over dhcp server), make sure you set the options in both servers

                Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

                R 1 Reply Last reply Aug 9, 2022, 4:20 PM Reply Quote 0
                • R
                  RLAIR23 @george1421
                  last edited by Aug 9, 2022, 4:20 PM

                  @george1421 Disabled the firewall on the ubuntu server, the pxe rep would be the ubuntu server correct? Or would that be the client that I am booting to pxe? Thanks.

                  G 1 Reply Last reply Aug 9, 2022, 4:31 PM Reply Quote 0
                  • G
                    george1421 Moderator @RLAIR23
                    last edited by Aug 9, 2022, 4:31 PM

                    @rlair23 said in PXE-E99: Unexpected Network Error:

                    the pxe rep

                    Not sure I understand “rep”.

                    Secure boot is a setting on the pxe booting computer in the firmware settings.

                    The unexpected network error bugs me. But first lets check the basics since this is a new install.

                    Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

                    R 1 Reply Last reply Aug 9, 2022, 4:37 PM Reply Quote 0
                    • R
                      RLAIR23 @george1421
                      last edited by Aug 9, 2022, 4:37 PM

                      @george1421 PXE representative - https://forums.ivanti.com/s/article/How-to-troubleshoot-the-PXE-Boot-Process-Using-Wireshark?language=en_US

                      G 1 Reply Last reply Aug 9, 2022, 4:43 PM Reply Quote 0
                      • G
                        george1421 Moderator @RLAIR23
                        last edited by Aug 9, 2022, 4:43 PM

                        @rlair23 I’ll raise your tutorial with one of my own: https://forums.fogproject.org/topic/9673/when-dhcp-pxe-booting-process-goes-bad-and-you-have-no-clue

                        The next step is indeed to get a pcap of the pxe booting process. You can either use wireshark on a witness computer or for a bit more information since the pxe booting computer and fog server is on the same subnet use tcpdump on the fog server. This will collect both the broadcast and unicast messages between the fog server and target computer.

                        You can either look at the pcap or post it to a file share site and DM me the link in the fog project chat. If you want to look at it I can give you where to look, though it would be quicker if I looked at it because there are a few exceptions.

                        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

                        1 Reply Last reply Reply Quote 0
                        • 1 / 1
                        1 / 1
                        • First post
                          9/11
                          Last post

                        155

                        Online

                        12.0k

                        Users

                        17.3k

                        Topics

                        155.2k

                        Posts
                        Copyright © 2012-2024 FOG Project