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

Host Registration failed. (tftp://x.x.x.x/default.ipxe.. Connection timed out error)

Scheduled Pinned Locked Moved Solved
FOG Problems
5
11
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.
  • S
    Satya
    last edited by Mar 23, 2016, 5:52 PM

    0_1458755495108_f9c1cdcb-cc58-4e74-a9eb-4ce14d177a2f.jpg

    In dhcpd.conf file I have option routers ip address 192.168.1.1, and next server as 192.168.1.159 (FOG server)

    When I am trying to register host (Win 10) I am getting this error. You can view there is conflict in DHCP addresses (Fog server ip address , option router ip address). For your info, Both systems are connected to a switch with same router.

    0_1458755546654_3ab51711-cbee-4d22-aa82-de8ff6663f98.jpg

    Please Help.

    1 Reply Last reply Reply Quote 0
    • G
      george1421 Moderator
      last edited by george1421 Mar 23, 2016, 12:01 PM Mar 23, 2016, 5:59 PM

      OK just for clarity here.

      1. You are using your FOG server as a dhcp server.
      2. That fog server is at 192.168.1.159
      3. Your default router is 192.168.1.1

      I can see that dhcp is working perfectly. How do I know this? Because I see the iPXE kernel and splash screen.

      As iPXE is loading it receives a dhcp address. So this is working great.

      The issue is something is giving your ipxe kernel the address of 192.168.1.1 instead of the fog server address of 192.168.1.159. That is why you are getting a connection timeout.

      Make sure you don’t have a DHCP proxy server running someplace giving out a bad next server value.

      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!

      W 1 Reply Last reply Mar 23, 2016, 7:38 PM Reply Quote 0
      • W
        Wayne Workman @george1421
        last edited by Mar 23, 2016, 7:38 PM

        @george1421 @Satya

        Actually, We’ve seen this before. Normally it’s because of home routers that give their own IP address for option 066. Is your home router running DHCP? If so, turn DHCP off for that and try again.

        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!
        Daily Clean Installation Results:
        https://fogtesting.fogproject.us/
        FOG Reporting:
        https://fog-external-reporting-results.fogproject.us/

        1 Reply Last reply Reply Quote 0
        • S
          Sebastian Roth Moderator
          last edited by Mar 23, 2016, 8:09 PM

          @Wayne-Workman you are absolutely spot on here! Good man! Had a long and winding chat session and turns out that he cannot disable DHCP on the router (Asus RT-N53) because he does not have login creds to it. I found out that when iPXE is using the “wrong” next-server info it has ‘filename’ blank. This is because those stupid home routers only send option 66! So I came up with a quick fix to check if filename is set and loop back to get DHCP info again if it’s blank. The loop is working fine for Satya but it seams to loop forever… too bad. I really hoped that this could be a solution for those home router issues.

          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

          W 1 Reply Last reply Mar 23, 2016, 8:12 PM Reply Quote 0
          • W
            Wayne Workman @Sebastian Roth
            last edited by Wayne Workman Mar 23, 2016, 2:13 PM Mar 23, 2016, 8:12 PM

            @Sebastian-Roth said:

            Had a long and winding chat session and turns out that he cannot disable DHCP on the router (Asus RT-N53) because he does not have login creds to it.

            It should have a reset button on the back, if you hold it in long enough while the device is powered on, the device should restart with all defaults loaded. Then, it’s a matter of using Google to find the default credentials.

            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!
            Daily Clean Installation Results:
            https://fogtesting.fogproject.us/
            FOG Reporting:
            https://fog-external-reporting-results.fogproject.us/

            1 Reply Last reply Reply Quote 1
            • G
              george1421 Moderator
              last edited by george1421 Mar 23, 2016, 3:51 PM Mar 23, 2016, 9:51 PM

              Its a shame that he doesn’t have the password for the Asus RT-N53, because he could load DD-WRT on it and get rid of that cruddy firmware and put the power of a linux variant on his router. Then he could use the dhcp server under dd-wrt.

              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
                Satya
                last edited by Mar 23, 2016, 10:12 PM

                It is the issue with DCHP address conflict, you all figured out that. I manually turned off the DHCP in my client system and try to run the FOG registration.

                This time it was taking the correct IP address, but in less than a second it swinging through FOG registration options page and rebooting.

                T 1 Reply Last reply Mar 23, 2016, 11:38 PM Reply Quote 0
                • T
                  Tom Elliott @Satya
                  last edited by Mar 23, 2016, 11:38 PM

                  @george1421 said:

                  192.168.1.1

                  Aside from the default router info, have you just tried:

                  admin
                  admin

                  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! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                  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

                  S 1 Reply Last reply Mar 24, 2016, 4:38 PM Reply Quote 1
                  • T
                    Tom Elliott
                    last edited by Mar 23, 2016, 11:38 PM

                    https://wikidevi.com/wiki/ASUS_RT-N53

                    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! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                    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 1
                    • S
                      Satya @Tom Elliott
                      last edited by Mar 24, 2016, 4:38 PM

                      @Tom-Elliott I Tried those default login credentials. But no use

                      T 1 Reply Last reply Mar 24, 2016, 4:40 PM Reply Quote 0
                      • T
                        Tom Elliott @Satya
                        last edited by Mar 24, 2016, 4:40 PM

                        @Satya because this is a consumer grade router is there any special configurations on it doing special things? If not there usually is a reset button on the router that will allow you to reset to the factory defaults. What the sequence of doing so is would require the manual of the device which you can find online.

                        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! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                        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 / 1
                        1 / 1
                        • First post
                          10/11
                          Last post

                        146

                        Online

                        12.0k

                        Users

                        17.3k

                        Topics

                        155.2k

                        Posts
                        Copyright © 2012-2024 FOG Project