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

    PXE Timeout issue

    Scheduled Pinned Locked Moved Unsolved
    Linux Problems
    4
    22
    5.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.
    • J
      JTech @george1421
      last edited by

      @george1421

      When I set the Ubuntu up it asked if I wanted to use there DCHP server so I would say the Ubuntu DCHP service

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

        @JTech ok this setup was done with ubuntu and not via FOG install?

        Then you need to see if dhcp services is running on ubuntu. (sorry I’m a rhel guy).

        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!

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

          I can say from you ubuntu server if you key in netstat -an | grep 67 it should return something if ics-dhcp is running. Or any dhcp server on that 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!

          J 1 Reply Last reply Reply Quote 0
          • J
            JTech @george1421
            last edited by

            @george1421 do you know and easy command to tell if the service is running

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

              @JTech the netstat command will show you if something is bound to the dhcp port 67

              Also this wiki page will be useful when you get to having both bios and uefi systems on your campus.

              https://wiki.fogproject.org/wiki/index.php?title=BIOS_and_UEFI_Co-Existence

              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
              • J
                JTech @george1421
                last edited by

                @george1421 0_1478016413539_Cap2.PNG

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

                  @JTech wow, not useful…

                  You should use the netstat command I provided below netstat -an | grep 67 or netstat -an | grep 68

                  You are looking for a line like this:

                  udp        0      0 0.0.0.0:67                  0.0.0.0:* 
                  

                  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!

                  J 1 Reply Last reply Reply Quote 0
                  • J
                    JTech @george1421
                    last edited by

                    @george1421 0_1478017068024_Cap4.PNG

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

                      @JTech ok that tells me that your dhcp server is not running.

                      just guessing…
                      sudo /etc/init.d/isc-dhcp-server restart

                      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!

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

                        this is for 14.04 but the format should be the same:
                        http://www.krizna.com/ubuntu/setup-dhcp-server-ubuntu-14-04

                        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
                        • J
                          JTech @george1421
                          last edited by

                          @george1421 it says ok in Green

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

                            @JTech same command again. you want this line in the netstat

                            udp 0 0 0.0.0.0:67 0.0.0.0:*

                            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!

                            J 1 Reply Last reply Reply Quote 0
                            • J
                              JTech @george1421
                              last edited by

                              @george1421 nope it looks the same way 0.0.0.0.0.0.:51667 0.0.0.0:*

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

                                @JTech ok then you need to read through that link I provided for 14.04 because it sounds like dhcp isn’t properly configured on you ubuntu server. So that is why your target computer isn’t pxe booting. You haven’t even got to the FOG bits yet.

                                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!

                                J 1 Reply Last reply Reply Quote 0
                                • J
                                  JTech @george1421
                                  last edited by

                                  @george1421 but why would it work correctly before and suddenly change

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

                                    @JTech I can’t answer that. I use to do mind reading. But I sucked at it so I had to give it up for a paying job in IT.

                                    Your original message and error was that the target computer did not receive a response from a dhcp server. Meaning that there is no dhcp server on your network with the FOG server, switch, and target computer.

                                    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!

                                    J 1 Reply Last reply Reply Quote 0
                                    • J
                                      JTech @george1421
                                      last edited by

                                      @george1421 lol Well thank you for the Laugh but I will try that and see if that resolves it.

                                      1 Reply Last reply Reply Quote 0
                                      • Wayne WorkmanW
                                        Wayne Workman
                                        last edited by

                                        George is correct in what he’s said here. If this is a simple isolated network with one switch, two clients, and a fog server - then the FOG server just isn’t running DHCP as it should be. You can check if the service is running or not with service dhcpd status and you can try to start it with service dhcpd start on Ubuntu 14. Your configuration file will be at /etc/dhcpd/dhcpd.conf If you told the FOG installer to do DHCP, the fog installer would have built this file for you and configured DHCP too, and enabled it and started it as well. I can test that this is working properly on Ubuntu when I have some time. I can say that it works just fine with CentOS 7, I’ve not tried DHCP via FOG on the other major distributions in a few months but I don’t think any of that code has changed much.

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

                                        243

                                        Online

                                        12.0k

                                        Users

                                        17.3k

                                        Topics

                                        155.2k

                                        Posts
                                        Copyright © 2012-2024 FOG Project