ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Installing Snipe-IT on CentOS 7 and MariaDB

    IT Discussion
    how to snipe-it centos linux centos 7 centos 7.1
    37
    290
    2.9m
    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.
    • J
      JaredBusch @Robblehead
      last edited by

      @Robblehead said in Installing Snipe-IT on CentOS 7 and MariaDB:

      @JaredBusch I am only wanting it accessible in the internal network and not on a domain.

      That is fine, you have an internal DNS server of some type.

      Make up whatever FQDN you want and then add a DNS entry for it.

      R 1 Reply Last reply Reply Quote 0
      • J
        JaredBusch
        last edited by

        You could edit your hosts file on your desktop temporarily to have an entry for whatever FQDN you used and see if things work for you then.

        1 Reply Last reply Reply Quote 0
        • J
          JaredBusch
          last edited by

          probably not going to finish before my daughter gets out of her piano lesson.
          0_1491434815482_upload-c03dd491-7ee0-43b0-93d4-e19a303aa2fe

          but I will copy/paste my above post once I can and try again by both FQDN and IP.

          1 Reply Last reply Reply Quote 0
          • R
            Robblehead @JaredBusch
            last edited by

            @JaredBusch I am using a basic Asus router nothing major.

            If I am just wanting it locally accessible what would the best practice be? would leaving "localhost" make it work?

            I appreciate your help, I've got about 12 hours in this thing now not giving up.

            J 1 Reply Last reply Reply Quote 1
            • J
              JaredBusch @Robblehead
              last edited by

              @Robblehead said in Installing Snipe-IT on CentOS 7 and MariaDB:

              @JaredBusch I am using a basic Asus router nothing major.

              If I am just wanting it locally accessible what would the best practice be? would leaving "localhost" make it work?

              I appreciate your help, I've got about 12 hours in this thing now not giving up.

              No, you want a FQDN. If you cannot use a FQDN, then you at least want something your PC can find with a ping command.

              R 1 Reply Last reply Reply Quote 0
              • R
                Robblehead @JaredBusch
                last edited by

                @JaredBusch I am able to ping it with the IP, but not the FQDN I set

                D 1 Reply Last reply Reply Quote 0
                • D
                  DustinB3403 @Robblehead
                  last edited by DustinB3403

                  @Robblehead said in Installing Snipe-IT on CentOS 7 and MariaDB:

                  @JaredBusch I am able to ping it with the IP, but not the FQDN I set

                  localhost is not a FQDN, if you made up a FQDN like "snipe-it.robblehead.com" then you need to add a DNS entry into either your DNS Server or your HOST file on your computer that resolves an IP address to that FQDN.

                  Otherwise, at the setup, just set the name to something like "snipe-robblehead" and get the IP address of the system by entering ip addr when the installation is complete. Then once complete insure you have a DHCP reservation in place for this system.

                  It'll list the ip address, and you'll resolve to that. If you ever do have a "proper" DNS server, just add it as a DNS record at which point you can then resolve to the name you set above (in step 1).

                  R 2 Replies Last reply Reply Quote 1
                  • R
                    Robblehead @DustinB3403
                    last edited by

                    @DustinB3403 That's what I thought, but I believe that's what I did. I created a name "cwi-assets" .

                    The IP of server is 10.0.0.168

                    When I browse to the IP 10.0.0.168 the address bar changes to the FQDN I setup as I was hoping and then I have this error:
                    0_1491435953090_Screen Shot 2017-04-05 at 7.45.41 PM.png

                    J 1 Reply Last reply Reply Quote 0
                    • R
                      Robblehead @DustinB3403
                      last edited by

                      @DustinB3403 my router is pushing OpenDNS to all devices, would this be part of the issue? My laptop maybe not using same DNS?

                      D 1 Reply Last reply Reply Quote 0
                      • D
                        DustinB3403 @Robblehead
                        last edited by

                        @Robblehead No your laptop should be using the same DNS unless your not on that network.

                        Which is possible (just not sure why you wouldn't know that.... no offense).

                        Did you complete the installation process, I believe @JaredBusch posted a simple "how to" a short while ago in this very topic.

                        Yeah. right here: https://mangolassi.it/topic/6967/installing-snipe-it-on-centos-7-and-mariadb/119

                        R 2 Replies Last reply Reply Quote 0
                        • R
                          Robblehead @DustinB3403
                          last edited by

                          @DustinB3403 no offense taken at all.

                          I had tried a couple different methods already listed with no luck.

                          I did the exact process @JaredBusch just left and tested working:
                          0_1491436254906_Screen Shot 2017-04-05 at 7.50.27 PM.png

                          1 Reply Last reply Reply Quote 0
                          • R
                            Robblehead @DustinB3403
                            last edited by

                            @DustinB3403 I only mentioned the DNS because I haven't seen the DNS listing when I look up the IP

                            1 Reply Last reply Reply Quote 0
                            • J
                              JaredBusch
                              last edited by

                              installing.

                              0_1491437560551_upload-80ec8681-2e0b-40b1-923d-884623b2a3c5

                              0_1491437625721_upload-f7aba161-add5-4f49-a3bd-20929904b784

                              0_1491437677554_upload-c0e88804-5781-482d-a99e-4a4beb10f752

                              0_1491437700217_upload-338a2ea6-85bb-4d3e-bb7b-98da60019f03

                              0_1491437799720_upload-a7e4e59a-a87e-43a2-9a0a-912a32c2fd1f

                              0_1491437816914_upload-b6e56c5e-4239-4c13-84ac-08574e9644ad

                              And works perfectly. If I navigate to the IP instead of the FQDN, it redirects me.

                              0_1491437847993_upload-8a533a23-b818-4b62-bf77-681add9217d2

                              R R 2 Replies Last reply Reply Quote 0
                              • J
                                JaredBusch @Robblehead
                                last edited by

                                @Robblehead said in Installing Snipe-IT on CentOS 7 and MariaDB:

                                @DustinB3403 That's what I thought, but I believe that's what I did. I created a name "cwi-assets" .

                                The IP of server is 10.0.0.168

                                If you ping cwi-assets from your desktop, does it respond with 10.0.0.168?

                                R 2 Replies Last reply Reply Quote 0
                                • R
                                  Robblehead @JaredBusch
                                  last edited by

                                  @JaredBusch 0_1491438053138_Screen Shot 2017-04-05 at 8.20.29 PM.png

                                  1 Reply Last reply Reply Quote 0
                                  • R
                                    Robblehead @JaredBusch
                                    last edited by

                                    @JaredBusch 0_1491438074958_Screen Shot 2017-04-05 at 8.20.12 PM.png

                                    1 Reply Last reply Reply Quote 0
                                    • J
                                      JaredBusch
                                      last edited by

                                      That is your problem. edit your hosts file locally. and it will work.

                                      1 Reply Last reply Reply Quote 1
                                      • R
                                        Robblehead @JaredBusch
                                        last edited by

                                        @JaredBusch I left anonymous users and allowed root login remotely. Those are the only other changes I made other than FQDN name

                                        J 1 Reply Last reply Reply Quote 0
                                        • J
                                          JaredBusch @Robblehead
                                          last edited by

                                          @Robblehead said in Installing Snipe-IT on CentOS 7 and MariaDB:

                                          @JaredBusch I left anonymous users and allowed root login remotely. Those are the only other changes I made other than FQDN name

                                          Those should never be allowed. That is database access not the CentOS access.

                                          R 1 Reply Last reply Reply Quote 0
                                          • R
                                            Robblehead @JaredBusch
                                            last edited by

                                            @JaredBusch ok

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 14
                                            • 15
                                            • 1 / 15
                                            • First post
                                              Last post