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

PXE Boot Problem - bzImage Connection Reset

Scheduled Pinned Locked Moved Solved
FOG Problems
5
28
8.7k
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 @maciej12203
    last edited by george1421 Jun 5, 2017, 9:44 AM Jun 5, 2017, 3:43 PM

    @maciej12203 Lets take a step back here.

    Does your network have an existing dhcp server?
    If so are you allowed to make adjustments to this dhcp server?
    Is your FOG server on a different subnet than your pxe booting client computers?

    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!

    M 1 Reply Last reply Jun 5, 2017, 3:52 PM Reply Quote 0
    • M
      maciej12203 @george1421
      last edited by Jun 5, 2017, 3:52 PM

      @george1421

      1. The network is running a DHCP server and assigns IP addresses.
      2. I have no rights or access to modify this server.
      3. The FOG server is on the same subnet as the PXE boot clients
      G 1 Reply Last reply Jun 5, 2017, 4:00 PM Reply Quote 0
      • G
        george1421 Moderator @maciej12203
        last edited by george1421 Jun 5, 2017, 10:02 AM Jun 5, 2017, 4:00 PM

        @maciej12203 OK now we have something we can work with.

        Since your have an existing dhcp server you do not want to run a FOG dhcp server because you will get conflicts.

        If you can not modify the dhcp server configuration or request that the configuration can be changed we still have a way to make this work. On your fog server DO NOT enable the dhcp server, that will only cause you a head ache with the clients.

        Since your FOG server and pxe booting clients are on the same subnet we will use dnsmasq to provide ProxyDHCP information for your location. The ProxyDHCP will supply the missing information that your main dhcp server can not provide. This ProxyDHCP server will supply the boot file and pxe booting server information to your clients.

        Understand that running a ProxyDHCP server is a last choice option. The best solution is to get your dhcp server configured properly. I understand there are conditions where you can not do this, that is why FOG supports ProxyDHCP (dnsmasq) configurations.

        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!

        M 1 Reply Last reply Jun 5, 2017, 4:07 PM Reply Quote 0
        • M
          maciej12203 @george1421
          last edited by maciej12203 Jun 5, 2017, 10:08 AM Jun 5, 2017, 4:07 PM

          @george1421 So I know how it all works and what is DNSMASQ.
          I tested this at home and everything was fine. When I tried to move it to the existing network at school, problems began to appear, which until now have not resolved. At first, after configuring FOG and DNSMASQ, clients could call the menu where they had options to choose , what I wrote about before.
          Unfortunately today I checked the effect without any previous changes and I got the error as in the picture.
          0_1496678805213_18946921_998533130249479_1391211520_o.jpg

          G 1 Reply Last reply Jun 5, 2017, 4:12 PM Reply Quote 0
          • G
            george1421 Moderator @maciej12203
            last edited by Jun 5, 2017, 4:12 PM

            @maciej12203 Sorry i read too many threads to remember where we are in each one.

            I remember this now your FOG server is rejecting the http request.

            two things come to mind

            1. Your http server is not running.
            2. You have your linux firewall still running.
            3. (I guess) someone forgot to switch selinux to permissive.

            I would test from a windows browser see if you can connect to http://192.168.4.70/fog/service/ipxe/boot.php
            I’m interested in if anything is returned.

            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!

            G 1 Reply Last reply Jun 5, 2017, 4:17 PM Reply Quote 0
            • G
              george1421 Moderator @george1421
              last edited by Jun 5, 2017, 4:17 PM

              @george1421 Never mind we already did this down below in the thread.

              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!

              G M 2 Replies Last reply Jun 5, 2017, 4:20 PM Reply Quote 0
              • G
                george1421 Moderator @george1421
                last edited by Jun 5, 2017, 4:20 PM

                @george1421 Next steps: https://forums.fogproject.org/topic/9673/when-dhcp-pxe-booting-process-goes-bad-and-you-have-no-clue

                But for you I want you to use this filter: tcpdump -w output.pcap port 67 or port 68 or port 69 or port 4011 or port 80

                capture the pcap file and upload it here. I want to find out exactly what the client is being told to do. I feel you have something in your business environment that is causing strange reactions from the client.

                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!

                S 1 Reply Last reply Jun 6, 2017, 2:13 PM Reply Quote 0
                • M
                  maciej12203 @george1421
                  last edited by Jun 5, 2017, 4:22 PM

                  This post is deleted!
                  1 Reply Last reply Reply Quote 0
                  • S
                    sanman @george1421
                    last edited by Jun 6, 2017, 2:13 PM

                    @george1421 Since I think I’m having the same issue and don’t want to create a new thread, here is my pcap. This capture is during registration. bzimage gets to 99% and then times out with a connection reset error. If you think this a different problem, I’ll create a new thread. The pcap is too large to upload so here is a link to download it (7.6mb).

                    Download PCAP

                    1 Reply Last reply Reply Quote 0
                    • S
                      sanman
                      last edited by Jun 6, 2017, 2:20 PM

                      So I think I figured it out in my case. We have a MX64 Firewall (Meraki) and after getting off of tech support with them they recommended I turn off AMP (Malware Protection). After doing this everything started working perfect. Hope this helps!

                      1 Reply Last reply Reply Quote 2
                      • S
                        Sebastian Roth Moderator
                        last edited by Jun 6, 2017, 5:20 PM

                        @sanman Well done. Thanks for letting us know. Might be helpful for other users as well. Marking this solved.

                        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

                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 2 / 2
                        2 / 2
                        • First post
                          27/28
                          Last post

                        160

                        Online

                        12.0k

                        Users

                        17.3k

                        Topics

                        155.2k

                        Posts
                        Copyright © 2012-2024 FOG Project