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

    Fog Trunk no longer PXE booting

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    5
    15
    3.2k
    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.
    • Tom ElliottT
      Tom Elliott
      last edited by

      Another nice thing to know would be the OS the fog server is running on.

      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
      • E
        eldiablo909
        last edited by

        See below for screen caps of what happens when i try to boot. and fog trunk is installed on Ubuntu 14.04LTS

        0_1459800014598_IMG_20160404_125427.jpg
        0_1459800022278_IMG_20160404_125437.jpg

        E 1 Reply Last reply Reply Quote 0
        • E
          eldiablo909 @eldiablo909
          last edited by

          I also forgot to note that i’ve ssh’d to the server and verified that the default.kpxe file is there.

          Tom ElliottT 1 Reply Last reply Reply Quote 0
          • Tom ElliottT
            Tom Elliott @eldiablo909
            last edited by

            @eldiablo909 do you mean default.ipxe?

            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

            E 1 Reply Last reply Reply Quote 0
            • E
              eldiablo909 @Tom Elliott
              last edited by

              @Tom-Elliott Yes… that’s what i meant, sorry sleepless night last night 🙂

              Tom ElliottT 1 Reply Last reply Reply Quote 0
              • Tom ElliottT
                Tom Elliott @eldiablo909
                last edited by

                @eldiablo909 so it’s a 192.168 dhcp server handing out information to a 10.0 network?

                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

                E 1 Reply Last reply Reply Quote 0
                • E
                  eldiablo909 @Tom Elliott
                  last edited by

                  @Tom-Elliott yes, i had it on the same network prior but it was doing the same thing so i decided to try using windows DHCP vs my firewall.

                  1 Reply Last reply Reply Quote 0
                  • Q
                    Quazz Moderator
                    last edited by

                    This often happens when there are two DHCP servers running on the same network.

                    E 1 Reply Last reply Reply Quote 0
                    • E
                      eldiablo909 @Quazz
                      last edited by

                      @Quazz I don’t have another DHCP server on either the 10.80. or the 192.168. network.

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

                        @eldiablo909 We see that the first round of DHCP seems to work out because the Intel® PXE boot ROM is able to grab an ip, get next-server/filename info and load the iPXE binary. One thing I notice here is the DHCP server IP address being totally different to the client IP and gateway address. This does not have to be an issue. It’s just a bit unusual and I wanted to point this out in case…

                        Version 6213 might not be the very latest but from what I see in the repo we haven’t changed the embedded iPXE script since then. So upgrading to the very latest won’t help I reckon!

                        From the message you see it seems like your DHCP server does not send next-server (option 66) on the second DHCP round (when iPXE is asking). Possibly your DHCP server decided to not like the DHCP options send by iPXE/gPXE/Etherboot anymore (e.g. option 175).

                        About the TFTP error. Make sure the TFTP server is running on your FOG server. I remember there have been issues with this on ubuntu. service tftp-hpa restart. As well follow this: https://wiki.fogproject.org/wiki/index.php/Troubleshoot_TFTP

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

                          @eldiablo909 I think we are back to requiring a pcap file so we can see what is going on… on the wire. Make sure tcpdump is installed on your FOG server then run the following command

                          tcpdump -w output.pcap port 67 or port 68 or port 69

                          Next pxe boot the client computer. You will get the question for the fog server IP enter it and take it to the final error where you can’t go any more. Then post the pcap file here. We’ve instructed tcpdump to only capture broadcast bootp and tftp requests.

                          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!

                          Tom ElliottT 1 Reply Last reply Reply Quote 0
                          • Tom ElliottT
                            Tom Elliott @george1421
                            last edited by

                            @george1421 What about the “router” setting in the DHCP server?

                            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

                            E 1 Reply Last reply Reply Quote 0
                            • E
                              eldiablo909 @Tom Elliott
                              last edited by

                              @Tom-Elliott Ok, we fixed it… we looked at the pcap dump here and found it was one of my colleagues and his sonicwall pulling a sarah palin and went rogue. Issue resolved.

                              Again my hats off to you guys and the community thank you so much!

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

                              183

                              Online

                              12.1k

                              Users

                              17.3k

                              Topics

                              155.4k

                              Posts
                              Copyright © 2012-2024 FOG Project