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

./default.ipxe Timeout During pxe boot|FOG 1.1.0|Ubuntu 14.04|proxyDNS|Worked on Home Network

Scheduled Pinned Locked Moved FOG Problems
13 Posts 3 Posters 6.0k Views
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
    JoeWagner
    last edited by Jun 13, 2014, 3:52 PM

    [QUOTE]First, I’m confused by this statement : “we have only 2gb data of Internet data at work - sucks to be me” .[/QUOTE]

    It’s not really the issue here, its a separate test network. Totally isolated from main network. They limit us on Internet so we won’t “play”.

    [QUOTE]At anyrate, the default.ipxe time out issue, what do you mean? You came to work and it stopped working? Are you trying to access your home network to pxe boot? Or are you bringing the system in to your work place? [/QUOTE]

    Not trying to access my home network at all. I built it at home, worked fine. It’s a duplicate network (besides the internet), same router and switch configuration. Testing with previous versions of FOG and Ubuntu (built at home/used at work) had no issue with default.ipxe and went to PXE menus. But we wanted to go with Ubuntu 14.04, company reasons not mine. Now the default.ipxe connection times out.

    1 Reply Last reply Reply Quote 0
    • T
      Tom Elliott
      last edited by Jun 13, 2014, 4:03 PM

      If you open the file /tftpboot/default.ipxe in a text editor, does the ip information look correct?

      Is the permissions of the /tftpboot/ folder set properly?

      [code]sudo chown -R fog:root /tftpboot[/code]
      Is the firewall disabled?
      [code]sudo ufw disable[/code]

      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
        JoeWagner
        last edited by Jun 13, 2014, 4:22 PM

        [QUOTE]If you open the file /tftpboot/default.ipxe in a text editor, does the ip information look correct?
        [/QUOTE]
        Yes it does
        [QUOTE]#!ipxe
        cpudi – ext 29 && set arch x86_64 || set arch i386
        params
        param mac ${net0/mac}
        param arch ${arch}
        chain [url]http://192.168.1.108/fog/service/ipxe/boot.php##params[/url]
        [/QUOTE]
        [QUOTE]sudo chown -R fog:root /tftpboot[/QUOTE]
        Done and tested no change
        [QUOTE]sudo ufw disable[/QUOTE]
        Done and tested no change

        1 Reply Last reply Reply Quote 0
        • B
          Buddy
          last edited by Jun 13, 2014, 4:30 PM

          I know you said that they are identical switch config - but just in case. I was playing with STP and it created some odd issues. Does your work switch have STP enabled?

          1 Reply Last reply Reply Quote 0
          • J
            JoeWagner
            last edited by Jun 13, 2014, 4:51 PM

            Spanning Tree Protocol disabled

            1 Reply Last reply Reply Quote 0
            • J
              JoeWagner
              last edited by Jun 13, 2014, 6:24 PM

              Figured it out. We use dd-wrt on our routers, and someone turned on DNSMasq on the router…so I had 2 DNSMasq running…turned it off on the router…viola.

              Curious though how that wasn’t an issue with previous versions of FOG.

              1 Reply Last reply Reply Quote 0
              • T
                Tom Elliott
                last edited by Jun 13, 2014, 6:31 PM

                If you’re running DD WRT on the routers couldnt you just use the services Dhcp-boot options to point at TFTP rather than using proxy DHCP?

                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
                  JoeWagner
                  last edited by Jun 13, 2014, 6:36 PM

                  yes, but we want to set up as though its on the regular network

                  1 Reply Last reply Reply Quote 0
                  • T
                    Tom Elliott
                    last edited by Jun 13, 2014, 6:36 PM

                    It would still be

                    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 Jun 13, 2014, 6:37 PM

                      That’s of course the regular network is not the same as your DD WRT 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

                      1 Reply Last reply Reply Quote 0
                      • J
                        JoeWagner
                        last edited by Jun 13, 2014, 6:48 PM

                        correct

                        1 Reply Last reply Reply Quote 0
                        • 1 / 1
                        1 / 1
                        • First post
                          12/13
                          Last post

                        200

                        Online

                        12.4k

                        Users

                        17.4k

                        Topics

                        155.9k

                        Posts
                        Copyright © 2012-2025 FOG Project