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

    What Are You Doing Right Now

    Scheduled Pinned Locked Moved Water Closet
    time waster
    88.9k Posts 285 Posters 43.0m Views
    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.
    • thwrT
      thwr @DustinB3403
      last edited by

      @dustinb3403 said in What Are You Doing Right Now:

      @thwr said in What Are You Doing Right Now:

      Submitted two little issues and three feature request in the UBNT forums about 8 hours ago. Four of them already accepted. I really like them.

      What did you submit?

      Just a few little things: VLAN, MSTP and certificate deployment via UNMS, maintenance mode for ES/ER (e.g. prep a switch, put it in the shelve for later -> site offline, switch -> outage) and another bugger: Whenever you click a link for an ES in UNMS that only speaks HTTPS (what I prefer), the link is only HTTP.

      Last thing was about factory default firmware, which doesn't allow you to add them to UNMS out of the box. You need to upload 1.7.3 first.

      You could vote for those features here: https://community.ubnt.com/t5/UNMS-Feature-Requests/idb-p/UNMSFeatureRequests/tab/most-recent (or search for 'thwr')

      JaredBuschJ 1 Reply Last reply Reply Quote 0
      • DustinB3403D
        DustinB3403 @dafyre
        last edited by

        @dafyre said in What Are You Doing Right Now:

        @dustinb3403 said in What Are You Doing Right Now:

        @dafyre said in What Are You Doing Right Now:

        @dustinb3403 said in What Are You Doing Right Now:

        Did anyone else know that UrBackup has CBT for only $17/system. . . my god that is cheap. .

        I haven't tried URBackup in a long time. Do you use it?

        We may as we're doing some transitional setup and may need something as an interim solution. And for only $17 I can save a lot of time and headache with the questions "why is it going so slowly". . .

        I'd be interested in hearing your experience with it. I used it in the past and it did work for file recovery (never had to recover a full system with it).

        This is still in the early discussion phase, not sure if we will even need it or not. But for $17 I might just purchase a license to test.

        1 Reply Last reply Reply Quote 0
        • JaredBuschJ
          JaredBusch @thwr
          last edited by

          @thwr said in What Are You Doing Right Now:

          Last thing was about factory default firmware, which doesn't allow you to add them to UNMS out of the box. You need to upload 1.7.3 first.

          This is not a new thing. The EdgeRouters still ship with version 1.2 i think.

          They have never updated production on any Edge hardware that I know of.

          thwrT 1 Reply Last reply Reply Quote 0
          • hobbit666H
            hobbit666
            last edited by

            Playing with NGINX and got my first reverse proxy working sending http://wordpress.mydomain.co.uk that points to the NGINX ip show my wordpress site 🙂

            Now to try and get it to work with https - On that note
            Do i need to get the wordpress server configured for SSL (https:) or is that handled by NGINX?

            thwrT 1 Reply Last reply Reply Quote 1
            • thwrT
              thwr @JaredBusch
              last edited by

              @jaredbusch said in What Are You Doing Right Now:

              @thwr said in What Are You Doing Right Now:

              Last thing was about factory default firmware, which doesn't allow you to add them to UNMS out of the box. You need to upload 1.7.3 first.

              This is not a new thing. The EdgeRouters still ship with version 1.2 i think.

              They have never updated production on any Edge hardware that I know of.

              Yep, sadly

              1 Reply Last reply Reply Quote 0
              • thwrT
                thwr @hobbit666
                last edited by

                @hobbit666 said in What Are You Doing Right Now:

                Playing with NGINX and got my first reverse proxy working sending http://wordpress.mydomain.co.uk that points to the NGINX ip show my wordpress site 🙂

                Now to try and get it to work with https - On that note
                Do i need to get the wordpress server configured for SSL (https:) or is that handled by NGINX?

                Depends. You basically want the connection between your proxy and your webserver to be encrypted too. There are a few cases where you may omit that, for example if you trust your host and both systems run on the same metal.

                Basically, the same reasons that make you use HTTPS on LANs apply here too, IMHO.

                black3dynamiteB hobbit666H 2 Replies Last reply Reply Quote 1
                • black3dynamiteB
                  black3dynamite @thwr
                  last edited by

                  @thwr said in What Are You Doing Right Now:

                  @hobbit666 said in What Are You Doing Right Now:

                  Playing with NGINX and got my first reverse proxy working sending http://wordpress.mydomain.co.uk that points to the NGINX ip show my wordpress site 🙂

                  Now to try and get it to work with https - On that note
                  Do i need to get the wordpress server configured for SSL (https:) or is that handled by NGINX?

                  Depends. You basically want the connection between your proxy and your webserver to be encrypted too. There are a few cases where you may omit that, for example if you trust your host and both systems run on the same metal.

                  Basically, the same reasons that make you use HTTPS on LANs apply here too, IMHO.

                  Another option is to set the firewall to only allow the proxy access to WordPress.

                  scottalanmillerS 1 Reply Last reply Reply Quote 1
                  • hobbit666H
                    hobbit666 @thwr
                    last edited by

                    @thwr What i thought, job for tomorrow move my test Wordpress site to HTTPS

                    1 Reply Last reply Reply Quote 1
                    • JaredBuschJ
                      JaredBusch
                      last edited by JaredBusch

                      D&D night.
                      0_1520387977317_7157b924-f191-4598-b1dc-bac2f4664a3f-image.png

                      1 Reply Last reply Reply Quote 0
                      • scottalanmillerS
                        scottalanmiller
                        last edited by

                        Just got home to Dallas and unpacked the car. What a long day it was. The wind was SO awful. I'm worn out.

                        1 Reply Last reply Reply Quote 0
                        • scottalanmillerS
                          scottalanmiller @DustinB3403
                          last edited by

                          @dustinb3403 said in What Are You Doing Right Now:

                          Did anyone else know that UrBackup has CBT for only $17/system. . . my god that is cheap. .

                          I had no idea.

                          1 Reply Last reply Reply Quote 0
                          • scottalanmillerS
                            scottalanmiller @black3dynamite
                            last edited by

                            @black3dynamite said in What Are You Doing Right Now:

                            @thwr said in What Are You Doing Right Now:

                            @hobbit666 said in What Are You Doing Right Now:

                            Playing with NGINX and got my first reverse proxy working sending http://wordpress.mydomain.co.uk that points to the NGINX ip show my wordpress site 🙂

                            Now to try and get it to work with https - On that note
                            Do i need to get the wordpress server configured for SSL (https:) or is that handled by NGINX?

                            Depends. You basically want the connection between your proxy and your webserver to be encrypted too. There are a few cases where you may omit that, for example if you trust your host and both systems run on the same metal.

                            Basically, the same reasons that make you use HTTPS on LANs apply here too, IMHO.

                            Another option is to set the firewall to only allow the proxy access to WordPress.

                            That's the more standard approach. Less overhead.

                            1 Reply Last reply Reply Quote 0
                            • scottalanmillerS
                              scottalanmiller
                              last edited by

                              Just made dinner for both of the kids and got their Steam system set up, so they are video gaming now.

                              1 Reply Last reply Reply Quote 0
                              • dbeatoD
                                dbeato
                                last edited by

                                Finishing NGNIX Proxy project

                                1 Reply Last reply Reply Quote 1
                                • scottalanmillerS
                                  scottalanmiller
                                  last edited by

                                  Just got the kids off to bed.

                                  1 Reply Last reply Reply Quote 0
                                  • dbeatoD
                                    dbeato
                                    last edited by dbeato

                                    Finished other projects with Lambda, now to bed.

                                    1 Reply Last reply Reply Quote 0
                                    • scottalanmillerS
                                      scottalanmiller
                                      last edited by

                                      Chatting with a sick friend in Transylvania.

                                      1 Reply Last reply Reply Quote 0
                                      • thwrT
                                        thwr
                                        last edited by

                                        Just moved our core switches and routers 2 racks to the left.

                                        scottalanmillerS 1 Reply Last reply Reply Quote 0
                                        • scottalanmillerS
                                          scottalanmiller @thwr
                                          last edited by

                                          @thwr said in What Are You Doing Right Now:

                                          Just moved our core switches and routers 2 racks to the left.

                                          All kinds of excitement going on there.

                                          thwrT 1 Reply Last reply Reply Quote 1
                                          • thwrT
                                            thwr @scottalanmiller
                                            last edited by

                                            @scottalanmiller said in What Are You Doing Right Now:

                                            @thwr said in What Are You Doing Right Now:

                                            Just moved our core switches and routers 2 racks to the left.

                                            All kinds of excitement going on there.

                                            Just prep'ing some things for our new racks.

                                            1 Reply Last reply Reply Quote 1
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 6
                                            • 7
                                            • 4443
                                            • 4444
                                            • 5 / 4444
                                            • First post
                                              Last post