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

TFTP/PXE Boot Issues

Scheduled Pinned Locked Moved Solved
FOG Problems
2
16
4.5k
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.
  • G
    george1421 Moderator @CamGreezy
    last edited by Jul 12, 2017, 5:53 PM

    @CamGreezy well if you could leave it for some testing it will help.

    The idea is that we will use the fog server and the tcpdump utility to record the dhcp / pxe booting process to understand who the actors are in the pxe booting process. The output of the tcpdump utility we can look at with wireshark to understand who is saying what. If the fog server is on a different subnet then we won’t hear the dhcp announcements.

    This tutorial will help you generate the necessary pcap file. https://forums.fogproject.org/topic/9673/when-dhcp-pxe-booting-process-goes-bad-and-you-have-no-clue

    Then upload that pcap file to a google drive or dropbox and share the link with me in the forum or via FOG Project messaging if you don’t want it public.

    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
    • C
      CamGreezy
      last edited by Jul 12, 2017, 7:03 PM

      https://drive.google.com/file/d/0B7KKPwLD3OQQU3l5RGg5MTNpSGs/view?usp=sharing Is the output file when trying to boot from the same subnet.

      https://drive.google.com/file/d/0B7KKPwLD3OQQZGNEdFc0WmF2Smc/view?usp=sharing Is the output file when trying to boot from the workstation subnet.

      G 3 Replies Last reply Jul 12, 2017, 7:07 PM Reply Quote 0
      • G
        george1421 Moderator @CamGreezy
        last edited by Jul 12, 2017, 7:07 PM

        @CamGreezy digesting it right now.

        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
        • G
          george1421 Moderator @CamGreezy
          last edited by george1421 Jul 12, 2017, 1:14 PM Jul 12, 2017, 7:13 PM

          @CamGreezy first file (will need you to process what I will tell you)

          pxe booting hardware vmware vm in bios (legacy) mode.
          DHCP server 172.16.50.41 (which may also be a AD/DNS server too) responds with:

          1. next server 172.16.50.29
          2. boot file undionly.kpxe
            Then we see a normal request and ack sequence
            Target computer queries 172.16.50.29 for undionly.kpxe file size
            Target then asks for undionly.kpxe from tftp server
            Then nothing… I would expect to see the target computer download that file.
            Then after a timeout the client goes through a discover / offer sequence.

          I don’t see any reference to 172.16.50.23 in the first one.

          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
          • G
            george1421 Moderator @CamGreezy
            last edited by Jul 12, 2017, 7:16 PM

            @CamGreezy The second one doesn’t have any usable information. It just looks like more of the post dhcp request from the first one.

            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
            • G
              george1421 Moderator
              last edited by Jul 12, 2017, 7:17 PM

              I can’t find anything that explains the picture you posted initially other than there is a second dhcp server somewhere with a different next server (dhcp option 66) setting.

              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 1
              • C
                CamGreezy
                last edited by Jul 12, 2017, 7:22 PM

                Oh ok, that’s exactly the issue. Have not worked with PXE much before and thought the option 66 and 67 info would replicate to our 2nd DC, but that was not the case. Fixing that lets me boot right into FOG. Thanks for the help!

                G 1 Reply Last reply Jul 12, 2017, 7:26 PM Reply Quote 0
                • C
                  CamGreezy
                  last edited by Jul 12, 2017, 7:24 PM

                  I expect the 2nd file didn’t give any output because it was from a different subnet. Could you please point me to the info I need to configure FOG to run across subnets before you mark this as solved?

                  Thanks again, feel a little silly but now I know!

                  G 1 Reply Last reply Jul 12, 2017, 7:28 PM Reply Quote 0
                  • G
                    george1421 Moderator @CamGreezy
                    last edited by Jul 12, 2017, 7:26 PM

                    @CamGreezy Great you found the issue. This one was a real brain buster because I didn’t see a second offer in the dhcp pcap you sent. A lot of times if there are two dhcp servers on the same network you will see an offer from both. That tells us right away what is wrong. Obviously you had a silent dhcp server when we were scanning.

                    Anyway. It sounds like you are good to go now.

                    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
                    • G
                      george1421 Moderator @CamGreezy
                      last edited by Jul 12, 2017, 7:28 PM

                      @CamGreezy said in TFTP/PXE Boot Issues:

                      I expect the 2nd file didn’t give any output because it was from a different subnet. Could you please point me to the info I need to configure FOG to run across subnets before you mark this as solved?

                      Whoops, I just marked it solved.

                      FOG will run across subnets as long as you have routing setup correctly on the fog server. If the fog server can ping hosts on remote subnets then you should be able to image across subnets. Are you seeing a specific issue?

                      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
                      • C
                        CamGreezy
                        last edited by Jul 12, 2017, 7:31 PM

                        Nothing specific, just know it’s something I have to do that I haven’t yet. I was having trouble finding anything referring to that specifically on the wiki so if you have a link to any documentation that would be helpful, otherwise I’ll put some time into it and make a new post if I hit any specific issues.

                        G 1 Reply Last reply Jul 12, 2017, 7:33 PM Reply Quote 0
                        • G
                          george1421 Moderator @CamGreezy
                          last edited by Jul 12, 2017, 7:33 PM

                          @CamGreezy If the subnet is at the same site then as long as routing is working then you can image. It uses the same tools. There is an issue with WOL (wake on lan) if you have different subnets you need to allow directed broadcasts on your network. But from an imaging stanpoint as long if the fog server can reach it, it should work.

                          Now if your remote site is connected over a low speed link (like mpls) then you might want to think about installing a fog storage node at the remote location to help with the imaging process.

                          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
                            14/16
                            Last post

                          212

                          Online

                          12.0k

                          Users

                          17.3k

                          Topics

                          155.2k

                          Posts
                          Copyright © 2012-2024 FOG Project