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

PXE Timeout issue

Scheduled Pinned Locked Moved Unsolved
Linux Problems
4
22
5.6k
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
    last edited by Nov 1, 2016, 3:34 PM

    Fog server
    Ubuntu 16.04
    Tue Nov 01, 2016 14:44 pm
    Running Version 1.3.0-RC-14
    SVN Revision: 5974

    Client
    • Service Version: N/A
    • OS: Windows 7
    Description

    Ok so this is a simple network a Fog server set up with a switch one client PC and one other PC to get to the GUI.
    For the actual problem now it seems that when I initially set up the server it will work until I reboot it or shut it off then the clients PCs/hosts can not get a PXE Request from the Fog. But (please note it was working with no problem before the restart.)![0_1478014376308_20161101_112330.jpg](Uploading 100%)
    Please assist

    1 Reply Last reply Reply Quote 0
    • J
      JTech
      last edited by Nov 1, 2016, 3:46 PM

      0_1478015107922_Capture1.PNG
      sorry I geuss the other pic was to large in size but this is what I get when trying to boot PXE

      1 Reply Last reply Reply Quote 0
      • G
        george1421 Moderator
        last edited by Nov 1, 2016, 3:56 PM

        ok first question what is supplying dhcp services for your nework?

        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!

        T J 2 Replies Last reply Nov 1, 2016, 3:57 PM Reply Quote 1
        • T
          Tom Elliott @george1421
          last edited by Nov 1, 2016, 3:57 PM

          @george1421 I’m going to further guess DNSMasq was being setup but the “on boot” establishment wasn’t performed?

          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
          • J
            JTech @george1421
            last edited by Nov 1, 2016, 3:58 PM

            @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

            G 1 Reply Last reply Nov 1, 2016, 3:59 PM Reply Quote 0
            • G
              george1421 Moderator @JTech
              last edited by Nov 1, 2016, 3:59 PM

              @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 Nov 1, 2016, 4:00 PM Reply Quote 0
              • G
                george1421 Moderator
                last edited by Nov 1, 2016, 4:00 PM

                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 Nov 1, 2016, 4:07 PM Reply Quote 0
                • J
                  JTech @george1421
                  last edited by Nov 1, 2016, 4:00 PM

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

                  G 1 Reply Last reply Nov 1, 2016, 4:02 PM Reply Quote 0
                  • G
                    george1421 Moderator @JTech
                    last edited by george1421 Nov 1, 2016, 10:04 AM Nov 1, 2016, 4:02 PM

                    @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 Nov 1, 2016, 4:07 PM

                      @george1421 0_1478016413539_Cap2.PNG

                      G 1 Reply Last reply Nov 1, 2016, 4:08 PM Reply Quote 0
                      • G
                        george1421 Moderator @JTech
                        last edited by george1421 Nov 1, 2016, 10:09 AM Nov 1, 2016, 4:08 PM

                        @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 Nov 1, 2016, 4:17 PM Reply Quote 0
                        • J
                          JTech @george1421
                          last edited by Nov 1, 2016, 4:17 PM

                          @george1421 0_1478017068024_Cap4.PNG

                          G 1 Reply Last reply Nov 1, 2016, 4:18 PM Reply Quote 0
                          • G
                            george1421 Moderator @JTech
                            last edited by george1421 Nov 1, 2016, 10:19 AM Nov 1, 2016, 4:18 PM

                            @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 Nov 1, 2016, 4:21 PM Reply Quote 0
                            • G
                              george1421 Moderator
                              last edited by Nov 1, 2016, 4:21 PM

                              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 Nov 1, 2016, 4:21 PM

                                @george1421 it says ok in Green

                                G 1 Reply Last reply Nov 1, 2016, 4:22 PM Reply Quote 0
                                • G
                                  george1421 Moderator @JTech
                                  last edited by Nov 1, 2016, 4:22 PM

                                  @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 Nov 1, 2016, 4:23 PM Reply Quote 0
                                  • J
                                    JTech @george1421
                                    last edited by Nov 1, 2016, 4:23 PM

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

                                    G 1 Reply Last reply Nov 1, 2016, 4:25 PM Reply Quote 0
                                    • G
                                      george1421 Moderator @JTech
                                      last edited by george1421 Nov 1, 2016, 10:25 AM Nov 1, 2016, 4:25 PM

                                      @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 Nov 1, 2016, 4:26 PM Reply Quote 0
                                      • J
                                        JTech @george1421
                                        last edited by Nov 1, 2016, 4:26 PM

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

                                        G 1 Reply Last reply Nov 1, 2016, 4:28 PM Reply Quote 0
                                        • G
                                          george1421 Moderator @JTech
                                          last edited by george1421 Nov 1, 2016, 10:29 AM Nov 1, 2016, 4:28 PM

                                          @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 Nov 1, 2016, 4:33 PM Reply Quote 0
                                          • 1
                                          • 2
                                          • 1 / 2
                                          1 / 2
                                          • First post
                                            8/22
                                            Last post

                                          190

                                          Online

                                          12.0k

                                          Users

                                          17.3k

                                          Topics

                                          155.2k

                                          Posts
                                          Copyright © 2012-2024 FOG Project