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

Dhcp option 066 067

Scheduled Pinned Locked Moved
Windows Problems
3
16
9.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.
  • T
    Tom Elliott
    last edited by Oct 29, 2013, 6:36 PM

    066 should be set to the FOG Server IP, this should be correct.
    067, I think, should be /tftpboot/pxelinux.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! 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
    • L
      larsalan
      last edited by Oct 29, 2013, 7:53 PM

      I think that might be right. Tried it and get to this error

      an arp issue I guess

      PXE-E32

      trying to wire shark it out. Might be stuck here and need advice.

      .44 is the network adapter on a hyper-v machine that all these systems treat as a gateway.
      .43 is the 2012 DHCP
      .46 is the FOG tftp

      next ips go to fresh systems

      Anyway now I guess there is a cl#sterf#ck for the new .47 system to find .46(tftp)
      same network all connected through .44, no firewalls, but tftp open timeout

      I see a whole lot of arp request and no arp acks.

      ‘who is this’, ‘who is that’ but no one wants to tell.

      1 Reply Last reply Reply Quote 0
      • T
        Tom Elliott
        last edited by Oct 29, 2013, 8:40 PM

        Have you verified that your server doesn’t have selinux or firewall running?

        What version of FOG are you using and what OS?

        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
        • T
          Tom Elliott
          last edited by Oct 29, 2013, 8:47 PM

          Also,

          I could be wrong on the 67 pointing to /tftpboot/pxelinux.0 try just: pxelinux.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! 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
          • L
            larsalan
            last edited by Oct 29, 2013, 9:17 PM

            It will be whatever the newest fog is on Ubuntu 12.xx
            I would have hoped the install.sh would have opened a firewall and subverted the SElinux. I’ll check on those 2 options and then go to the option 067 again.

            1 Reply Last reply Reply Quote 0
            • L
              larsalan
              last edited by Oct 29, 2013, 9:43 PM

              Ok, from what I read ubuntu has allow-all as default on firewalls and SElinux doesn’t seem to exist.

              set the 067 option to…
              /tftpboot/pxelinux.0
              tftpboot/pxelinux.0
              /pxelinux.0
              pxelinux.0

              any of these options seems to be giving the same pxe-e32 error
              damn this multiple system PXE boot 😉

              1 Reply Last reply Reply Quote 0
              • T
                Tom Elliott
                last edited by Oct 29, 2013, 9:54 PM

                Just to be on the safe side, try:
                [code]sudo ufw disable[/code] and see if you get better results. If that doesn’t work, try using a tftp tool from linux or windows and see if you cat get the file:

                [code]tftp -i <IP ADDRESS OF FOG SERVER> GET pxelinux.0[/code] If this works, then there’s something else blocking the path. You did state that there’s multiple PXE in the same environment. Is one an actual PXE server or are you using VoIP?

                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
                • L
                  larsalan
                  last edited by Oct 29, 2013, 10:08 PM

                  No, not multiple PXE servers. I mean that multiple OSs handle the PXE process. Insomuch that 2012 is the dhcp and FOG does the other steps. Let me follow those advices

                  1 Reply Last reply Reply Quote 0
                  • L
                    larsalan
                    last edited by Oct 29, 2013, 10:19 PM

                    a bit of a restart here…

                    To be clear I have not put any .iso or answerfiles or that stuff in place.
                    I am under the impression the ‘default’ file that comes with FOG and the directories that are in /tftpboot will at least let me know we have this connection in order.
                    Also,
                    [FONT=Consolas]tftp -i <IP ADDRESS OF FOG SERVER> GET pxelinux.0[/FONT]
                    [FONT=Tahoma] is giving an error. Seems this is the wrong syntax. ‘-i’ isn’t even listed as an option. I looked at the man page but, not sure what ‘-i’ was supposed to be.[/FONT]

                    1 Reply Last reply Reply Quote 0
                    • L
                      larsalan
                      last edited by Oct 29, 2013, 10:34 PM

                      I’m so goddamn pissed at this PXE system all together. They keep on telling me this is the way to do things. And here FOG comes to make the process easier.
                      In the past I’ve wasted weeks building this PXE system from scratch. Now I’m in for a full day with FOG and at a wall. Probably would have worked better if windows weren’t in the mix.
                      I was hoping this FOG was the ‘easy’ solution to it all.
                      I believe I will reinstall all this from jump and use FOG for dhcp too. Then, when ever I need to PXE boot anything I will just turn on/off DHCP on the 2012 or FOG to suit the situation.

                      I’ll repost here with my accolades once FOG is PXE booting all by itself and I’m managing systems from the web console.
                      Then we can blame this on windows networking from hyper-v to dhcp, or just on over complication.

                      1 Reply Last reply Reply Quote 0
                      • T
                        Tom Elliott
                        last edited by Oct 29, 2013, 11:24 PM

                        You shouldn’t need to do that.

                        Where I work, we’re using (Granted 2008) Windows Server for DHCP and FOG for PXE Boot.

                        Our DHCP Options for 66 and 67 just point to our FOG server and all works perfectly fine.

                        We even use Subnet’s through the assistance of iphelper on our switches.

                        The -i, in linux, just ensures binary transfer of the file. I don’t think you need it from Windows, but I don’t know.

                        Maybe Windows Firewall isn’t passing the items?

                        We don’t use DHCP on the FOG Server at all. If you want to do this, you most certainly can.

                        I’m sorry I’m not the greatest of help in this.

                        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
                        • L
                          larsalan
                          last edited by Oct 30, 2013, 12:32 AM

                          IDK, this may be crazy because the 2012 is a vm and the FOG is a vm of hyper-v. And hyper-v uses .44 as a vSwitch that’s linked to physical adapter.
                          This is all brand new built by me, first time seeing how hyper-v associates a virtual adapter with a physical one. Also, this hyper-v will NAT .44 adapter traffic to another adapter with a route-able address.
                          Not sure of what’s going on. I hate to waste hours digging through it.
                          Overall the FOG and it’s web admin page look like they can simplify the process of PXE.
                          Time will tell. I’m probably about 3-4wk away from putting this into action on a totally different schema. I was hoping to get my feet wet today.
                          I’m cooling off now and admittedly less pissed than if I had tried build a PXE system, sort through config files and protocols from scratch.
                          I would say I’m impressed with FOG but haven’t gotten that far yet 😉
                          Thanks for your advice

                          1 Reply Last reply Reply Quote 0
                          • L
                            larsalan
                            last edited by Oct 30, 2013, 12:18 PM

                            Another beautiful day. Cut out the microsoft dhcp and run with FOG alone.
                            Booting from network straight away 🙂
                            Now we can start adding to the the boot menu

                            1 Reply Last reply Reply Quote 0
                            • T
                              Tom Elliott
                              last edited by Oct 30, 2013, 12:27 PM

                              So I take it it is working beautifully with FOG as 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

                              1 Reply Last reply Reply Quote 0
                              • K
                                KK20 Banned
                                last edited by Nov 12, 2013, 9:22 AM

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

                                171

                                Online

                                12.0k

                                Users

                                17.3k

                                Topics

                                155.2k

                                Posts
                                Copyright © 2012-2024 FOG Project