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

    PXE-E32: TFTP Open Timeout

    Scheduled Pinned Locked Moved
    FOG Problems
    3
    14
    7.5k
    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.
    • R
      ryanperez57
      last edited by

      So i have been wracking my brain for about 70 to 80 hours trying to get my client PC to connect to the TFTP server. I have searched the forums and read countless fix’s for this error but have not been able to come up with a solution.

      Here is my current configuration I am running:
      ESXI 5.1
      My Virtual Machine is using VMXNET3
      Running Ubuntu 12.04 ( I have also tried Ubuntu 10.04, 13.04, 13.10, 14.04; Fedora 20, 14; Kubuntu 12.04)
      Fog 0.32
      DHCP/Firewall - Meraki
      My IP address scheme is 192.168.X.X

      Here is a list of what I have done to try and resolve this issue.

      1. Changed all passwords in fog after using fogcrypt to create the password. Also in Config.php
      2. Disabled firewall in linux
      3. Added option 66 and 67 to my dhcp server.
      4. Changed IP to TFTP server in tftpd-hpa file.
      5. I have confirmed that the tftp server is running ( issue with ubuntu 12.04 ).

      Any help would be greatly appreciated and Thanks in advance.

      1 Reply Last reply Reply Quote 0
      • S
        SuP3R_Ch1cKeN
        last edited by

        [CODE]sudo gedit /etc/selinux/config [/CODE]
        verify that selinux is actually disabled.

        FOG Server OS: CentOS 7
        FOG Version: FOG 1.2.0

        1 Reply Last reply Reply Quote 0
        • R
          ryanperez57
          last edited by

          I don’t even have a path to selinux. Etc/selinux/ does not exist

          1 Reply Last reply Reply Quote 0
          • R
            ryanperez57
            last edited by

            When I run a netstat -ntl it doesn’t show that it is listening for port 69.

            1 Reply Last reply Reply Quote 0
            • Tom ElliottT
              Tom Elliott
              last edited by

              try:
              [code]netstat -ntap[/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
              • R
                ryanperez57
                last edited by

                That shows ever port that it is listening for, but port 69 is not listed. How do I get it to start listening for port 69?

                1 Reply Last reply Reply Quote 0
                • Tom ElliottT
                  Tom Elliott
                  last edited by

                  [code]netstat -ntap|grep 69[/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
                  • R
                    ryanperez57
                    last edited by

                    Shows nothing when i run that command

                    [url=“/_imported_xf_attachments/1/1195_netstat.PNG?:”]netstat.PNG[/url]

                    1 Reply Last reply Reply Quote 0
                    • R
                      ryanperez57
                      last edited by

                      I am able to do a “tftp -v 192.168.58.10 -c get pxelinux.0” and i get this.

                      [url=“/_imported_xf_attachments/1/1196_fog.PNG?:”]fog.PNG[/url]

                      1 Reply Last reply Reply Quote 0
                      • Tom ElliottT
                        Tom Elliott
                        last edited by

                        Is this system acting as dhcp or do you have a dedicated 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
                        • R
                          ryanperez57
                          last edited by

                          No we are using a meraki as our dhcp server. And I have 66 and 67 setup. Now I am confused on what to put for 670 pxelinux.0 or undionly.kpxe ?

                          1 Reply Last reply Reply Quote 0
                          • Tom ElliottT
                            Tom Elliott
                            last edited by

                            If you’re running 0.32 and earlier, 67 should be pxelinux.0, if you’re running 1.0.0 and forward it should be undionly.kpxe

                            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
                            • R
                              ryanperez57
                              last edited by

                              Ok so I do have that correct.

                              1 Reply Last reply Reply Quote 0
                              • Tom ElliottT
                                Tom Elliott
                                last edited by

                                Is meraki allowing port 69 UDP/TCP internally?

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

                                154

                                Online

                                12.1k

                                Users

                                17.3k

                                Topics

                                155.3k

                                Posts
                                Copyright © 2012-2024 FOG Project