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

Newbe Fog installation issue

Scheduled Pinned Locked Moved Solved
Linux Problems
7
35
5.7k
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.
  • G
    george1421 Moderator @mstumpo
    last edited by Sep 17, 2018, 6:55 PM

    @mstumpo Well this is an interesting one.

    1. Can you ping the fog server from the windows client?
    2. You may need to temporarily drop the windows firewall to make tftp work since it functions similarly to ftp with a command channel and a data channel back.
    3. On the fog server key in the following netstat -an|grep 69. You should see a line that looks like this:
    udp        0      0 0.0.0.0:69              0.0.0.0:*
    

    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
    • M
      mstumpo
      last edited by Sep 17, 2018, 7:03 PM

      @george1421 1. Yes. 2. Already disabled and 3. Just as you indicated. Also, tried PXE booting from another station. Same issue, get IP information. TFTP line immediately goes to PXE-M0F: Existing Intel Boot Agent. Selected boot device failed.

      G 1 Reply Last reply Sep 17, 2018, 7:05 PM Reply Quote 0
      • G
        george1421 Moderator @mstumpo
        last edited by Sep 17, 2018, 7:05 PM

        @mstumpo Ok lets see if we can find the bad actor here. Please follow this process: https://forums.fogproject.org/topic/9673/when-dhcp-pxe-booting-process-goes-bad-and-you-have-no-clue

        Upload the pcap to the forum and let me review.

        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
        • G
          george1421 Moderator
          last edited by Sep 17, 2018, 7:22 PM

          If you can’t upload the pcap to here, then upload to a google drive and then share the link. That way you can take down the file when its not 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!

          M 1 Reply Last reply Sep 17, 2018, 7:34 PM Reply Quote 0
          • M
            mstumpo @george1421
            last edited by Sep 17, 2018, 7:34 PM

            @george1421 The pcap has been created, but where would the default location be and how can I easily copy it to a USB drive to post here?

            G 1 Reply Last reply Sep 17, 2018, 7:37 PM Reply Quote 0
            • G
              george1421 Moderator @mstumpo
              last edited by Sep 17, 2018, 7:37 PM

              @mstumpo the file is created in the directory you were in when you ran the tcpdump command. If you still have that session open to the FOG server linux console then ls -la should show you the output file and pwd will show you the path.

              To copy, since you are a windows person, get winscp and connect to your fog server using winscp. That will give you a windows file browser like experience to copy files.

              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!

              M 1 Reply Last reply Sep 17, 2018, 7:47 PM Reply Quote 0
              • M
                mstumpo @george1421
                last edited by Sep 17, 2018, 7:47 PM

                @george1421 pwd shows root@fogserver. I can’t find that folder via Winscp. When I go to root via Winscp I get permissions denied. Sorry for the slow reponse but not a Linux user.

                G 1 Reply Last reply Sep 17, 2018, 7:50 PM Reply Quote 0
                • G
                  george1421 Moderator @mstumpo
                  last edited by Sep 17, 2018, 7:50 PM

                  @mstumpo so with winscp, you logged in with the user root? if so you should be able to change to /root directory

                  If you can’t get it then try this from the console you ran the tcpdump command:

                  cp /root/output.pcap /tmp
                  chmod 777 /tmp/output.pcap
                  

                  That will copy that output file to the /tmp directory and then make it world readable. From there you should be able to pick it up with winscp in the /tmp directory.

                  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!

                  M 2 Replies Last reply Sep 17, 2018, 7:56 PM Reply Quote 0
                  • M
                    mstumpo @george1421
                    last edited by Sep 17, 2018, 7:56 PM

                    @george1421 While I am doing that, is there a utility that will allow me to RDP to the fogserver (it’s a physical PC) so I don’t have to go to the server room when dealing with issues?

                    G 1 Reply Last reply Sep 17, 2018, 7:58 PM Reply Quote 0
                    • G
                      george1421 Moderator @mstumpo
                      last edited by george1421 Sep 17, 2018, 1:58 PM Sep 17, 2018, 7:58 PM

                      @mstumpo It depends on your OS if it has a linux gui or not. But at the very least you can get the free program called putty that will allow you to connect via a console to 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!

                      M 1 Reply Last reply Sep 17, 2018, 8:07 PM Reply Quote 0
                      • M
                        mstumpo @george1421
                        last edited by Sep 17, 2018, 8:07 PM

                        @george1421 I am using Windows 10 and was looking for a way to work like I would on a Windows server using whatever variant of Remote Desktop would work to connect to a Linux box. Putty is good for some command line things, but I like being lazy…

                        1 Reply Last reply Reply Quote 0
                        • M
                          mstumpo @george1421
                          last edited by Sep 17, 2018, 8:14 PM

                          @george1421 Here is the pcap file. Let me know when you have it so I can delete it from my end. https://www.dropbox.com/s/id6b7r5tscboni0/output.pcap?dl=0

                          G 1 Reply Last reply Sep 17, 2018, 8:24 PM Reply Quote 0
                          • G
                            george1421 Moderator @mstumpo
                            last edited by Sep 17, 2018, 8:24 PM

                            @mstumpo Look at the forum chat bubble in the upper right corner for a few more questions.

                            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
                            • G
                              george1421 Moderator
                              last edited by Sep 17, 2018, 9:08 PM

                              The root of the issue was the OP missed both prerequisites (disable firewall and set selinux to permissive). Once that was done he was able to get the iPXE menu to appear.

                              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 1
                              • S
                                Sebastian Roth Moderator
                                last edited by Sep 17, 2018, 9:19 PM

                                @george1421 Great you’ve been helping out so much here and figured it all out.

                                @mstumpo Marking this solved as I think the initial question(s) is/are solved. Please feel free to open new topics as you run into new issues. Good to keep topics clean so other people can find this and profit from the answers as well (details not lost in a 5 page topic).

                                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
                                  21/35
                                  Last post

                                214

                                Online

                                12.0k

                                Users

                                17.3k

                                Topics

                                155.2k

                                Posts
                                Copyright © 2012-2024 FOG Project