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

    TFTP: Client does not accept options

    Linux Problems
    4
    12
    19276
    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.
    • W
      Walter Wahlstedt last edited by

      I’m having trouble PXE booting any PC
      Fog 1.2.0
      centos 6.4
      SELINUX Disabled
      IPtables off
      DHCP server 066 = fog2
      DHCP server 067 = undionly.kpxe

      I can tftp from a windows pc and the local box using the following commands:
      Windows:
      tftp fog2 get undionly.kpxe
      Transfer successful: 103273 bytes in 1 second(s), 103273 bytes/s

      FOG:

      [root@fog2 service]# tftp -v fog2 -c get undionly.kpxe
      Connected to fog2.unionky.edu (172.16.30.83), port 69
      getting from fog2.unionky.edu:undionly.kpxe to undionly.kpxe [netascii]
      Received 103273 bytes in 0.0 seconds [93980984 bit/s]

      Permissions on /tftpboot are fog:root 777
      Additionally permissions on /var/www/html/fog/service/ipxe are also apache:apache (tried fog:apache) 777

      I receive an error in /var/log/messages that says:

      Feb 3 09:26:41 fog2 xinetd[3808]: START: tftp pid=3821 from=x.x.x.x
      Feb 3 09:26:41 fog2 in.tftpd[3822]: tftp: client does not accept options
      On the client end i get Permission denied. I’m not sure what else to do at this point. additionally I had a fog server running .29 that i’ve upgraded in stages all the way to 1.2. It worked great until i upgraded from 1.1.2 to 1.2.

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

        @VijayBomble This thread is extremely old and I have no idea what your particular problem is. based on the message of “on this switch it works, but that one it doesn’t” leads me to think a configuration issue on the switch that’s not working. There’s not anything that I can do to figure out what the problem is.

        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
        • V
          VijayBomble last edited by

          Hi Tom

          We also facing this issue if my client workstation connected on Arista L3 switch but if workstation connected with different network switch like HP procure it work properly

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

            You can still have the page be redirected to https (for gui) but getting https on ipxe means having the cert loaded every time.

            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
            • W
              Walter Wahlstedt last edited by

              Ok so that fixed it. is there a way i can have it use https instead of http? I was trying to find this in the config files but i didn’t see anything.

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

                can you make it so it doesn’t?

                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
                • W
                  Walter Wahlstedt last edited by

                  i believe so…

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

                    Seeing as that particular error code appears to be relevant to https, does your site redirect you to an https equivalent?

                    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
                    • W
                      Walter Wahlstedt last edited by

                      So here is what i’m getting when it tries to load the boot.php it fails with permission denied
                      [url]http://[/url][fog IP]/fog/service/ipxe/boot.php…Permission Denied ([url]http://ipxe.org/0216ea3c[/url])
                      Could not boot: Permission Denied

                      however i can browse directly to that file and it pulls up fine. permissions on that directory ipxe are 777 and fog:apache

                      1 Reply Last reply Reply Quote 0
                      • W
                        Walter Wahlstedt last edited by

                        I actually have it set to the IP.

                        1 Reply Last reply Reply Quote 0
                        • Junkhacker
                          Junkhacker Developer last edited by

                          does it work if you set option 66 to the IP instead?

                          signature:
                          Junkhacker
                          We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

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

                            The message “client does not accept options” is actually a normal message that I’ve seen.

                            The permission denied worries me a little.

                            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

                            195
                            Online

                            10.4k
                            Users

                            16.4k
                            Topics

                            150.6k
                            Posts

                            Copyright © 2012-2023 FOG Project