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

    boot.php........Connection timed out

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    3
    19
    3.0k
    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.
    • george1421G
      george1421 Moderator @cmachado
      last edited by george1421

      @cmachado This IS an interesting issue, because on the same subnet and model specific limitations.

      Did they implement some kind of NAC/NAP/802.1x authorization? (understand I have to guess here because what you are telling me isn’t possible “simple to implement”).

      For a packet capture you would have to be on a mirrored port to the pxe booting client. The tftp and http requests will be unicast so you can’t pick that traffic up on a witness computer, it has to be listening in stream to the data.

      You are getting a connection timeout. So the client is trying to reach the fog server but the fog server isn’t responding to the client. Does the apache logs show the client talking to the fog server during that time. At least requesting data and the fog server not responding? /var/log and then depending on the target OS it may be in apache2 or http directory in the log directory. There should be an access log as well as error log.

      The Web UI works as expected without any errors?

      In the case of packet capture, you can do it with tcpdump on the fog server. I would create a filter that monitors “udp port 69 and tcp port 80 and the host IP address of the pxe booting computer.” That will give you the tftp transfer of undionly.kpxe as well as any http requests from the target computer. We would want to filter on the IP address of the target computer so we only see the traffic of the computer of interest. That way if the server is busy with lots of FOG Client traffic we can filter out that data.

      Again I’m a bit all over on this since I’m trying to think how this is possible.

      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!

      cmachadoC 1 Reply Last reply Reply Quote 0
      • cmachadoC
        cmachado @george1421
        last edited by

        @george1421 Web UI is good. No issues there. I followed this link to perform the packet capture. https://forums.fogproject.org/topic/9673/when-dhcp-pxe-booting-process-goes-bad-and-you-have-no-clue. I attached 2 Files, Output-7440 (successful), Output-7450 (unsuccessful) both from same subnets.

        I’ll find out about the NAC/NAP/802.1x authorization.

        output-7440.pcap
        output-7450.pcap

        george1421G 1 Reply Last reply Reply Quote 0
        • george1421G
          george1421 Moderator @cmachado
          last edited by

          @cmachado The filter in that article was for detecting pxe boot issues (i.e. delivering the boot loader to target computer). We will need to use a different one since the problem is past pxe booting.

          I had to look this one up my self. But this filter should give us what we need.

          tcpdump -w output.pcap "(port 69 or port 80) and host 10.20.162.62"
          

          I see both the 7040 and 7050 are both uefi based systems so that rules out another issue I had on my list.

          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!

          cmachadoC 1 Reply Last reply Reply Quote 0
          • S
            Sebastian Roth Moderator
            last edited by

            @cmachado From the PCAPs it looks like the machines are on different subnets - unless you use one really big 10.x.x.x subnet. So I would expect a router to be doing the filtering. Can you move one of the 7450 (unsuccessful) machines to the subnet where you have a 7440 (successful) and see if it loads the iPXE menu? That would rule out many things easily.

            Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

            Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

            cmachadoC 2 Replies Last reply Reply Quote 0
            • cmachadoC
              cmachado @george1421
              last edited by

              @george1421 OK. Got it. File attached.

              output.pcap

              1 Reply Last reply Reply Quote 0
              • cmachadoC
                cmachado @Sebastian Roth
                last edited by

                @Sebastian-Roth Wow! Yes it works if in same subnet 164.

                george1421G 1 Reply Last reply Reply Quote 0
                • cmachadoC
                  cmachado @Sebastian Roth
                  last edited by

                  @Sebastian-Roth Looks like we have enough info to solve. I’ll keep you guys posted. Thanks again fellas!

                  george1421G 1 Reply Last reply Reply Quote 0
                  • george1421G
                    george1421 Moderator @cmachado
                    last edited by

                    @cmachado said in boot.php........Connection timed out:

                    Wow! Yes it works if in same subnet 164.

                    Same subnet as the FOG server or 7050 on the same subnet as 7040?

                    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
                    • george1421G
                      george1421 Moderator @cmachado
                      last edited by

                      @cmachado said in boot.php........Connection timed out:

                      @Sebastian-Roth Looks like we have enough info to solve. I’ll keep you guys posted. Thanks again fellas!

                      Just to complete the picture FOG uses http tftp ftp and nfs protocols for imaging.

                      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
                      • S
                        Sebastian Roth Moderator
                        last edited by

                        @cmachado said in boot.php........Connection timed out:

                        Only issue that I can see is with fogreplicator. Keep getting this error and the replication keeps overwriting img files.

                        Would you mind opening a new topic on this issue? We try to keep things sorted so other people find answers more easily. Thanks in advance!

                        Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                        Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                        cmachadoC 1 Reply Last reply Reply Quote 0
                        • cmachadoC
                          cmachado @Sebastian Roth
                          last edited by

                          @Sebastian-Roth OK. No problem.

                          1 Reply Last reply Reply Quote 1
                          • 1 / 1
                          • First post
                            Last post

                          202

                          Online

                          12.1k

                          Users

                          17.3k

                          Topics

                          155.3k

                          Posts
                          Copyright © 2012-2024 FOG Project