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

    Solved Quick DNS Question

    IT Discussion
    dns zerotier identity management
    5
    30
    5.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.
    • stacksofplatesS
      stacksofplates
      last edited by

      So I'm using Identity Management (FreeIPA) for my DNS and authentication in my home. This is replacing a manual bind server that I've had running for a long time. Is it better practice to have multiple A records for devices with ZeroTier or is it better to have a separate zone? Currently the Bind server has a separate zone for the ZeroTier addresses. Multiple A records works fine, just curious what's the better answer.

      I could just make SSH tunnels through my jump box for everything, but I'm lazy.

      Also, I don't see the option to ask as a question any more.

      scottalanmillerS 1 Reply Last reply Reply Quote 3
      • stacksofplatesS
        stacksofplates @scottalanmiller
        last edited by

        @scottalanmiller said in Quick DNS Question:

        @stacksofplates said in Quick DNS Question:

        Also, I don't see the option to ask as a question any more.

        I'll check on that. I turned your into one, though.

        Thanks, I'm on my Chromebook so it might be something weird. Who knows.

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

          Two entries on the same DNS can be a pain. Two entries in the A record means that it will do round robin, so that ends up being an unhappy situation. What about using only the ZeroTier record and not the local IP address at all?

          stacksofplatesS 1 Reply Last reply Reply Quote 2
          • stacksofplatesS
            stacksofplates @scottalanmiller
            last edited by stacksofplates

            @scottalanmiller said in Quick DNS Question:

            Two entries on the same DNS can be a pain. Two entries in the A record means that it will do round robin, so that ends up being an unhappy situation. What about using only the ZeroTier record and not the local IP address at all?

            It's mostly laziness. I use my Chromebook for a lot (it's pretty much what I take everywhere) because the battery lasts forever, no fans, light, etc. Whenever I want to use ZeroTier I have to start a chroot and start the ZeroTier service and then manually configure the eth device in the ChromeOS settings (it won't save the settings for some reason). I was kind of trying to figure out a way to not have to do that at home if I didn't need to.

            scottalanmillerS 2 Replies Last reply Reply Quote 0
            • scottalanmillerS
              scottalanmiller @stacksofplates
              last edited by

              @stacksofplates said in Quick DNS Question:

              @scottalanmiller said in Quick DNS Question:

              Two entries on the same DNS can be a pain. Two entries in the A record means that it will do round robin, so that ends up being an unhappy situation. What about using only the ZeroTier record and not the local IP address at all?

              It's mostly laziness. I use my Chromebook for a lot (it's pretty much what I take everywhere) because the battery lasts forever, no fans, light, etc. Whenever I want to use ZeroTier I have to start a chroot and start the ZeroTier service and then manually configure the eth device in the ChromeOS settings (it won't save the settings for some reason). I was kind of trying to figure out a way to not have to do that at home if I didn't need to.

              I must be missing the use case. If the ZeroTier is on, you see the internal DNS entries. If ZeroTier is on, then you can see the internal BIND because it's on ZT?

              stacksofplatesS 1 Reply Last reply Reply Quote 0
              • stacksofplatesS
                stacksofplates @scottalanmiller
                last edited by

                @scottalanmiller said in Quick DNS Question:

                @stacksofplates said in Quick DNS Question:

                @scottalanmiller said in Quick DNS Question:

                Two entries on the same DNS can be a pain. Two entries in the A record means that it will do round robin, so that ends up being an unhappy situation. What about using only the ZeroTier record and not the local IP address at all?

                It's mostly laziness. I use my Chromebook for a lot (it's pretty much what I take everywhere) because the battery lasts forever, no fans, light, etc. Whenever I want to use ZeroTier I have to start a chroot and start the ZeroTier service and then manually configure the eth device in the ChromeOS settings (it won't save the settings for some reason). I was kind of trying to figure out a way to not have to do that at home if I didn't need to.

                I must be missing the use case. If the ZeroTier is on, you see the internal DNS entries. If ZeroTier is on, then you can see the internal BIND because it's on ZT?

                Were both of those meant to say ZeroTier is on?

                1 Reply Last reply Reply Quote 0
                • stacksofplatesS
                  stacksofplates
                  last edited by

                  If ZeroTier on the Chromebook is off, I need a way to resolve the local IP of the devices when I'm at home so I don't have to go through the process of starting ZeroTier on my Chromebook every time I want to use it at home. The only way I know how to do that is either a separate Zone or multiple A records. If there is something else, I'll be happy to do it.

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

                    @stacksofplates said in Quick DNS Question:

                    If ZeroTier on the Chromebook is off, I need a way to resolve the local IP of the devices when I'm at home so I don't have to go through the process of starting ZeroTier on my Chromebook every time I want to use it at home. The only way I know how to do that is either a separate Zone or multiple A records. If there is something else, I'll be happy to do it.

                    Oh I see, and ZeroTier can't start automatically on the Chromebook? That's why it works normally, it fires up automatically.

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

                      @stacksofplates said in Quick DNS Question:

                      Whenever I want to use ZeroTier I have to start a chroot and start the ZeroTier service and then manually configure the eth device in the ChromeOS settings (it won't save the settings for some reason).

                      Now I see. That makes this a huge pain. Because of this you miss the pieces that ZeroTier has to make this work.

                      I wonder if there is a way to fix this.

                      stacksofplatesS 1 Reply Last reply Reply Quote 0
                      • stacksofplatesS
                        stacksofplates @scottalanmiller
                        last edited by

                        @scottalanmiller said in Quick DNS Question:

                        @stacksofplates said in Quick DNS Question:

                        Whenever I want to use ZeroTier I have to start a chroot and start the ZeroTier service and then manually configure the eth device in the ChromeOS settings (it won't save the settings for some reason).

                        Now I see. That makes this a huge pain. Because of this you miss the pieces that ZeroTier has to make this work.

                        I wonder if there is a way to fix this.

                        I might be able to install from source on the Chromebook, but the chroot is a safer option. Things are set up strangely on these.

                        Zones would be fine, but things like the Identity Management interface will auto resolve itself in the browser. So if I type the IP, it auto redirects to the FQDN of the local address. That's what I get for not just using the cli tools all of the time and depending on the web interface.

                        1 Reply Last reply Reply Quote 0
                        • stacksofplatesS
                          stacksofplates
                          last edited by stacksofplates

                          The other thing I've been mulling about is just removing ChromeOS all together. This one has a dual core celeron (it runs ChromeOS and a full Gnome 3 DE in a chroot with no hiccups) so it should be fine for what I'm using it for.

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

                            @stacksofplates said in Quick DNS Question:

                            The other thing I've been mulling about is just removing ChromeOS all together. This one has a dual core celeron (it runs ChromeOS and a full Gnome 3 DE in a chroot with no hiccups) so it should be fine for what I'm using it for.

                            how much memory? That's often the killer.

                            stacksofplatesS 1 Reply Last reply Reply Quote 0
                            • stacksofplatesS
                              stacksofplates @scottalanmiller
                              last edited by

                              @scottalanmiller said in Quick DNS Question:

                              @stacksofplates said in Quick DNS Question:

                              The other thing I've been mulling about is just removing ChromeOS all together. This one has a dual core celeron (it runs ChromeOS and a full Gnome 3 DE in a chroot with no hiccups) so it should be fine for what I'm using it for.

                              how much memory? That's often the killer.

                              4GB. It should be enough to run fine. Esp for what I'm using it for. Not like I'm playing games or doing 3D modeling.

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

                                That's not bad, lots of them are 2GB which is really lean.

                                thwrT stacksofplatesS 2 Replies Last reply Reply Quote 2
                                • thwrT
                                  thwr @scottalanmiller
                                  last edited by

                                  @scottalanmiller said in Quick DNS Question:

                                  That's not bad, lots of them are 2GB which is really lean.

                                  But even 2 GB should be fine for a little Gnome. 4 GB is plenty.

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

                                    I use 4GB on Mint and I use up all of the memory just with a web browser, so it really depends what you are doing. 6GB and I am pretty good, 4GB tends to be pretty tight for me.

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

                                      @scottalanmiller said in Quick DNS Question:

                                      I use 4GB on Mint and I use up all of the memory just with a web browser, so it really depends what you are doing. 6GB and I am pretty good, 4GB tends to be pretty tight for me.

                                      Browsers are a killer, sure.

                                      1 Reply Last reply Reply Quote 0
                                      • stacksofplatesS
                                        stacksofplates @scottalanmiller
                                        last edited by

                                        @scottalanmiller said in Quick DNS Question:

                                        That's not bad, lots of them are 2GB which is really lean.

                                        That's kind of why I got this one. Decent little computer for $279

                                        1 Reply Last reply Reply Quote 1
                                        • stacksofplatesS
                                          stacksofplates @scottalanmiller
                                          last edited by

                                          @scottalanmiller said in Quick DNS Question:

                                          I use 4GB on Mint and I use up all of the memory just with a web browser, so it really depends what you are doing. 6GB and I am pretty good, 4GB tends to be pretty tight for me.

                                          It's been solid for me with ChromeOS running and another full desktop environment running along side it. I'm pretty impressed with it.

                                          1 Reply Last reply Reply Quote 0
                                          • stacksofplatesS
                                            stacksofplates
                                            last edited by

                                            I got the BIOS set up so now I can boot from a live USB. Fedora 24 boots and runs fine but no sound drivers. I'll have to investigate.

                                            scottalanmillerS 1 Reply Last reply Reply Quote 1
                                            • 1
                                            • 2
                                            • 1 / 2
                                            • First post
                                              Last post