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

    TFTP not working. Timeout

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    4
    9
    6.0k
    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
      ReneWerk
      last edited by

      Server
      • FOG Version: 1.3.0-RC-16
      • OS: Centos 7
      Client
      • Service Version:
      • OS: Windows
      Description

      when i test to connect to tftp i get a timeout:
      C:\Users\Rene>tftp -i 192.168.2.233 get undionly.kpxe
      Timeout occurred
      Connect request failed

      DHCP is done by router but for this the DHCP is not needed so not the problem.
      i tryed everything on the web i could find but notthing seems to help.
      dit clean install centos 7 and then the fog install.

      when i disable firewall still same problem. šŸ˜ž

      1 Reply Last reply Reply Quote 0
      • Wayne WorkmanW
        Wayne Workman
        last edited by

        Windows firewall would also cause that command to fail. This is talked about in our Troubleshoot TFTP wiki article.

        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
        • george1421G
          george1421 Moderator
          last edited by

          ok lets start out with the basics since you are trying to tftp directly.

          Ensure the centos firewall is disabled per the install instructions as well as selinux is disabled (if it was selinux you would have more troubles by now).

          service firewalld stop

          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
          • Tom ElliottT
            Tom Elliott
            last edited by

            Also. please validate if selinux is in permissive or disabled mode.

            You can verify by running:

            sestatus

            If you notice it says enforcing still, run:

            setenforce 0

            Edit the /etc/config/selinux and change the ā€œtarget=enforcingā€ to read as ā€œtarget=permissiveā€

            Save the file and and reboot for the changes to take effect.

            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
            • Wayne WorkmanW
              Wayne Workman
              last edited by

              Windows firewall would also cause that command to fail. This is talked about in our Troubleshoot TFTP wiki article.

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

                Thanks, did update of fog and disable windows firewall and working now.
                witch poort or something must be open in the windows firewall?

                Tom ElliottT george1421G 2 Replies Last reply Reply Quote 0
                • Tom ElliottT
                  Tom Elliott @ReneWerk
                  last edited by

                  @ReneWerk https://social.technet.microsoft.com/Forums/systemcenter/en-US/a8781ab5-2a03-49f2-9ac4-e701dd689462/ports-to-be-used-for-pxe-boot?forum=configmgrgeneral

                  3rd post down.

                  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
                  • george1421G
                    george1421 Moderator @ReneWerk
                    last edited by

                    @ReneWerk I’m failing to see how windows comes into play here?
                    https://forums.fogproject.org/topic/8871/tftp-not-working-timeout/5#
                    Well, depending on your windows firewall default settings, all outbound connections should be allowed by default.

                    But the part that is troubling me a bit is the OP was attempting to test if tftp is working for some reason (maybe because pxe booting is not working at all??). The OP is using a router for dhcp according to his first post. Depending on the router he may not be able to set dhcp options 66 and 67 in the router, which means that dnsmasq might be needed in this setup to supply the missing dhcp values to get this kit working as needed.

                    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!

                    Wayne WorkmanW 1 Reply Last reply Reply Quote 0
                    • R
                      ReneWerk
                      last edited by ReneWerk

                      TFTP working now šŸ™‚ Thank you all!!
                      great support here!!

                      Windows DHCP server configured
                      Installed the new Fog
                      and for connecting tftp from windows 10 tot test the firewall of windows was blokking it so thats way it failed. my windows firewall is standard. so standard it blocks using tftp like: C:\Users\Rene>tftp -i 192.168.2.233 get undionly.kpxe

                      hope it is no problem for managing windows 10 computers bij remote with the fog client.

                      1 Reply Last reply Reply Quote 0
                      • Wayne WorkmanW
                        Wayne Workman @george1421
                        last edited by

                        @george1421 No idea. But the default settings for Win7 and Win10 don’t let tftp commands work. It took me a long time to figure that out, because I was thinking exactly as you were, that all outbound was allowed. There must be more to it that causes the issue - and I don’t have any desire or need to figure out why lol. Incredibly rarely do I myself need to test tftp from windows… because I always just use Linux now.

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

                        210

                        Online

                        12.0k

                        Users

                        17.3k

                        Topics

                        155.2k

                        Posts
                        Copyright Ā© 2012-2024 FOG Project