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

Two issues I'm having

Scheduled Pinned Locked Moved
General Problems
3
26
7.2k
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.
  • B
    BrendoJohnso @george1421
    last edited by Mar 14, 2017, 3:06 PM

    @george1421 My higher-ups would like to have them all on file beforehand or i would do it that way but thank you

    1 Reply Last reply Reply Quote 1
    • B
      BrendoJohnso @george1421
      last edited by Mar 14, 2017, 3:34 PM

      @george1421 I managed to get the settings and everything changed for the DHCP server but when i Pxe boot now it says that TFTP has “open timeout” and still does not get to Fog

      T G 2 Replies Last reply Mar 14, 2017, 3:39 PM Reply Quote 0
      • T
        Tom Elliott @BrendoJohnso
        last edited by Mar 14, 2017, 3:39 PM

        @BrendoJohnso Have you checked firewalls on the FOG 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
        • G
          george1421 Moderator @BrendoJohnso
          last edited by george1421 Mar 14, 2017, 9:44 AM Mar 14, 2017, 3:43 PM

          @BrendoJohnso There are 2 things you need to do to the FOG host server when FOG is installed.

          1. Disable the firewall (iptables)
          2. Change selinux config to permissive.

          beyond that.
          On the fog server linux console, if you key in the following command sudo netstat -an|grep 69 that should give you an output that looks like this:

          # sudo netstat -an|grep 69
          udp        0      0 0.0.0.0:69              0.0.0.0:*
          

          That tells us the tftp server is running (what the client needs to pick up the undionly.kpxe file)

          If you are unsure if the firewall is disabled, post the output of this command sudo iptables -L

          If your output looks like this then your firewall is off

          # sudo iptables -L
          Chain INPUT (policy ACCEPT)
          target     prot opt source               destination
          
          Chain FORWARD (policy ACCEPT)
          target     prot opt source               destination
          
          Chain OUTPUT (policy ACCEPT)
          target     prot opt source               destination
          

          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!

          B 1 Reply Last reply Mar 14, 2017, 4:04 PM Reply Quote 0
          • B
            BrendoJohnso @george1421
            last edited by Mar 14, 2017, 4:04 PM

            @george1421 The firewall one looks the same so its off
            However the tftp one says this
            0_1489507515853_17310884_745864205584703_1335500862_o (1).jpg

            T 1 Reply Last reply Mar 14, 2017, 4:06 PM Reply Quote 0
            • T
              Tom Elliott @BrendoJohnso
              last edited by Mar 14, 2017, 4:06 PM

              @BrendoJohnso What’s output with:

              sudo systemctl status tftpd-hpa

              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

              B 1 Reply Last reply Mar 14, 2017, 4:09 PM Reply Quote 0
              • B
                BrendoJohnso @Tom Elliott
                last edited by Mar 14, 2017, 4:09 PM

                @Tom-Elliott its saying that’s an unknown command

                T 1 Reply Last reply Mar 14, 2017, 4:09 PM Reply Quote 0
                • T
                  Tom Elliott @BrendoJohnso
                  last edited by Mar 14, 2017, 4:09 PM

                  @BrendoJohnso Maybe:

                  service tftpd-hpa status

                  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

                  B 1 Reply Last reply Mar 14, 2017, 4:11 PM Reply Quote 0
                  • B
                    BrendoJohnso @Tom Elliott
                    last edited by Mar 14, 2017, 4:11 PM

                    @Tom-Elliott tftpd-hpa start/running

                    T 1 Reply Last reply Mar 14, 2017, 4:13 PM Reply Quote 0
                    • T
                      Tom Elliott @BrendoJohnso
                      last edited by Mar 14, 2017, 4:13 PM

                      @BrendoJohnso So looking at the picture of the netstat -an | grep 69 command, I don’t see anything showing “network” outgoing stuff.

                      Maybe:

                      ifconfig
                      

                      Might help us out?

                      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

                      B 1 Reply Last reply Mar 14, 2017, 4:19 PM Reply Quote 0
                      • B
                        BrendoJohnso @Tom Elliott
                        last edited by Mar 14, 2017, 4:19 PM

                        @Tom-Elliott 0_1489508384894_17351307_745871985583925_2030434191_n.jpg

                        T 1 Reply Last reply Mar 14, 2017, 4:21 PM Reply Quote 0
                        • T
                          Tom Elliott @BrendoJohnso
                          last edited by Mar 14, 2017, 4:21 PM

                          @BrendoJohnso can you edit the /etc/default/tftpd-hpa

                          Change the line that reads as “:69”

                          Make it read as: “0.0.0.0:69”

                          Then restart the tftpd-hpa service with:
                          sudo service tftpd-hpa restart

                          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

                          B 1 Reply Last reply Mar 14, 2017, 4:31 PM Reply Quote 0
                          • B
                            BrendoJohnso @Tom Elliott
                            last edited by Mar 14, 2017, 4:31 PM

                            @Tom-Elliott i restarted the service and now its booting correctly and im creating our first test image thank you very much saved my life

                            1 Reply Last reply Reply Quote 0
                            • T
                              Tom Elliott
                              last edited by Mar 14, 2017, 4:32 PM

                              I think that’s a bit “extreme”. I would certainly hope FOG is not a “life or death” situation.

                              (At least I would hope people aren’t threatening other’s lives over it).

                              Glad we could help though.

                              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
                              • 2
                              • 2 / 2
                              2 / 2
                              • First post
                                22/26
                                Last post

                              199

                              Online

                              12.0k

                              Users

                              17.3k

                              Topics

                              155.2k

                              Posts
                              Copyright © 2012-2024 FOG Project