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

PXE-E51: No DHCP or proxyDHCP offers were received.

Scheduled Pinned Locked Moved
General
6
40
20.9k
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.
  • C
    cnkpadobi
    last edited by Nov 11, 2016, 2:22 AM

    question was looking at the wireshark file. Since it has so many ip address in it… was thinking it may be picking up my voip phones as well… Is that possible?

    W G 2 Replies Last reply Nov 11, 2016, 3:44 AM Reply Quote 0
    • W
      Wayne Workman @cnkpadobi
      last edited by Wayne Workman Nov 10, 2016, 9:49 PM Nov 11, 2016, 3:44 AM

      @cnkpadobi It depends on how your network is laid out. Typically VOIP is put on a different network and also a different vlan which makes it impossible to see unless you’re connected to the same vlan. The addresses you see are likely broadcasts from other systems. ARP requests, DHCP Discovery and Requests, WhoIs requests, ICMP traffic, and other things. This stuff is normal network chatter.

      If you want to filter what you’re seeing, in the filter box in wireshark, put in bootp and you’ll only see DHCP related traffic.

      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
      • G
        george1421 Moderator @cnkpadobi
        last edited by Nov 11, 2016, 12:46 PM

        @cnkpadobi said in PXE-E51: No DHCP or proxyDHCP offers were received.:

        question was looking at the wireshark file. Since it has so many ip address in it… was thinking it may be picking up my voip phones as well… Is that possible?

        The pcap file is fine. It looks like you have a busy networks. We specifically created the tcpdump line to only include dhcp, dpchproxy and tftp traffic. This all looks normal, the dhcp inform lines are just the devices (mainly windows) telling the dhcp server, hello I’m still here.

        Voip phones do add a bit of information since voip phones some times uses the next server (dhcp option 66) to locate the pbx server. By enabing dnsmasq and pointing it to the fog server you “may” run into provisioning issues with your voip handsets. But if your dhcp server didn’t ahve option 66 set when you started your voip phones may not use auto provisioning. Even if we did run into a conflict with dnsmasq we can make them happy together.

        Are all of your computers on the same subnet or do you have a network router in your environment? (i.e. you have multiple sites, or buildings on your campus where you have a router to segregate traffic?)

        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
        • C
          cnkpadobi
          last edited by Nov 11, 2016, 7:31 PM

          no not all we have 15 different location as well.

          How do I setup for my network to received computers from the different subnet.

          G 1 Reply Last reply Nov 11, 2016, 8:19 PM Reply Quote 0
          • G
            george1421 Moderator @cnkpadobi
            last edited by Nov 11, 2016, 8:19 PM

            @cnkpadobi well that opens up a bunch more questions about your setup. The main one is, do you have a dhcp server at each site?

            But to get this working, let’s focus at just one site and one subnet. When you introduce a router between the client computer and the dhcp server you’ll need to use a dhcp helper service. When the fog server is on a different subnet from the pxe booting computer the dnsmasq service will not hear the dhcp hello broadcast.

            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
            • C
              cnkpadobi
              last edited by cnkpadobi Nov 11, 2016, 10:11 PM Nov 12, 2016, 4:10 AM

              So DHCP is done is on each subnet.

              The Main one we been working on is 192.168.0.x
              One of the sub sites 10.10.1.x

              However the subnet and the main site is connect by MPLS Network

              G 1 Reply Last reply Nov 13, 2016, 1:09 PM Reply Quote 0
              • G
                george1421 Moderator @cnkpadobi
                last edited by Nov 13, 2016, 1:09 PM

                @cnkpadobi said in PXE-E51: No DHCP or proxyDHCP offers were received.:

                So DHCP is done is on each subnet.

                Does each subnet have its own dhcp server or do you have a central dhcp server? I can say that deploying images across an MPLS circuit will be very slow.

                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
                • C
                  cnkpadobi
                  last edited by Nov 15, 2016, 8:03 PM

                  Thanks for the help…

                  I have another question, I have one machine is that is on a continuous loop.
                  Seen pic for the last screen before it loop. This was a machine that I tested and took ![0_1479240011624_20161115_115236.jpg](Uploading 100%) image on before.

                  And will not get to the quick registration screen. Lastly is there a way to set the fog registration screen with the options to stay a bit longer?

                  0_1479240209767_rsz_20161115_115236.jpg

                  W 1 Reply Last reply Nov 15, 2016, 11:38 PM Reply Quote 0
                  • W
                    Wayne Workman @cnkpadobi
                    last edited by Wayne Workman Nov 15, 2016, 6:02 PM Nov 15, 2016, 11:38 PM

                    I have another question, I have one machine is that is on a continuous loop.

                    Check Task Management in the web interface to see if there is a task for this device. Tasks don’t just go away. They will stay in task management until either they are canceled or completed.

                    Lastly is there a way to set the fog registration screen with the options to stay a bit longer?

                    Web Interface -> FOG Configuration -> iPXE Boot Menu -> Menu Timeout (in seconds):*

                    Also, any additional questions, please ask them in a new 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!
                    Daily Clean Installation Results:
                    https://fogtesting.fogproject.us/
                    FOG Reporting:
                    https://fog-external-reporting-results.fogproject.us/

                    1 Reply Last reply Reply Quote 1
                    • C
                      cnkpadobi
                      last edited by Nov 17, 2016, 12:44 AM

                      Can’t seem to get my machines to deploy image just keep rebooting… Not sure what i am doing wrong![5_1479343453124_161116_042208_25.jpeg](Uploading 100%) ![4_1479343453124_161116_042208_24.jpeg](Uploading 100%) ![3_1479343453123_161116_042208_23.png](Uploading 100%) ![2_1479343453122_161116_042208_22.jpeg](Uploading 100%) ![1_1479343453121_161116_042208_21.jpeg](Uploading 100%) ![0_1479343453120_161116_042207_20.png](Uploading 100%)

                      G W 2 Replies Last reply Nov 17, 2016, 12:49 AM Reply Quote 0
                      • G
                        george1421 Moderator @cnkpadobi
                        last edited by Nov 17, 2016, 12:49 AM

                        @cnkpadobi Lets make sure we have the same terminology. FOG is capable of deploying an image to a target computer, but the target computer does not boot correctly once deployed?

                        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
                        • W
                          Wayne Workman @cnkpadobi
                          last edited by Nov 17, 2016, 1:34 AM

                          @cnkpadobi If this thread’s original problem is solved, please create a new 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!
                          Daily Clean Installation Results:
                          https://fogtesting.fogproject.us/
                          FOG Reporting:
                          https://fog-external-reporting-results.fogproject.us/

                          1 Reply Last reply Reply Quote 0
                          • C
                            cnkpadobi
                            last edited by Nov 17, 2016, 6:24 AM

                            This post is deleted!
                            1 Reply Last reply Reply Quote 0
                            • 1
                            • 2
                            • 2 / 2
                            2 / 2
                            • First post
                              37/40
                              Last post

                            228

                            Online

                            12.0k

                            Users

                            17.3k

                            Topics

                            155.2k

                            Posts
                            Copyright © 2012-2024 FOG Project