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

    Installing ZeroTier on Fedora

    IT Discussion
    zerotier zerotier-cli fedora
    7
    14
    4.6k
    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.
    • JaredBuschJ
      JaredBusch
      last edited by

      Installing ZeroTier on Fedora is a snap.

      curl -s 'https://pgp.mit.edu/pks/lookup?op=get&search=0x1657198823E52A61' | gpg2 --import && if z=$(curl -s 'https://install.zerotier.com/' | gpg2); then echo "$z" | sudo bash; fi
      

      When it is all done, you will see your ID.

      Installed:
        zerotier-one.x86_64 1.2.4-1.el7.centos                                                                                            
      
      Complete!
      
      *** Enabling and starting zerotier-one service...
      Created symlink /etc/systemd/system/multi-user.target.wants/zerotier-one.service → /usr/lib/systemd/system/zerotier-one.service.
      
      *** Waiting for identity generation...
      
      *** Success! You are ZeroTier address [ 9c05c65866 ].
      

      Now you join your network.

      sudo zerotier-cli join 565799d8f63ed4a1
      200 join OK
      

      Authorize it in the controller web portal and done.

      ip a sh
      <snip>
      3: zt0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 2800 qdisc fq_codel state UNKNOWN group default qlen 1000
          link/ether a2:48:3b:30:80:ff brd ff:ff:ff:ff:ff:ff
          inet 10.202.3.154/24 brd 10.202.3.255 scope global zt0
             valid_lft forever preferred_lft forever
          inet6 fd56:5799:d8f6:3ed4:a199:939c:5c6:5866/88 scope global 
             valid_lft forever preferred_lft forever
          inet6 fe80::a048:3bff:fe30:80ff/64 scope link 
             valid_lft forever preferred_lft forever
      
      1 Reply Last reply Reply Quote 6
      • WLS-ITGuyW
        WLS-ITGuy
        last edited by

        Glad I'm not the only one still using ZT.

        scottalanmillerS 1 Reply Last reply Reply Quote 0
        • scottalanmillerS
          scottalanmiller @WLS-ITGuy
          last edited by

          @wls-itguy said in Installing ZeroTier on Fedora:

          Glad I'm not the only one still using ZT.

          It's very good stuff. We used it till we phased out needing VPNs.

          K 1 Reply Last reply Reply Quote 0
          • dafyreD
            dafyre
            last edited by

            I'm using ZT to connect my home lab and my hosted lab to have one big network to tinker with. It works great for that kind of stuff too.

            1 Reply Last reply Reply Quote 0
            • K
              krisleslie @scottalanmiller
              last edited by

              @scottalanmiller how do you not have VPN now?

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

                @krisleslie said in Installing ZeroTier on Fedora:

                @scottalanmiller how do you not have VPN now?

                Nope, none.

                dafyreD 1 Reply Last reply Reply Quote 0
                • dafyreD
                  dafyre @scottalanmiller
                  last edited by

                  @scottalanmiller said in Installing ZeroTier on Fedora:

                  @krisleslie said in Installing ZeroTier on Fedora:

                  @scottalanmiller how do you not have VPN now?

                  Nope, none.

                  Methinks he's looking for an explanation of how you guys got rid of VPN.

                  A 1 Reply Last reply Reply Quote 0
                  • A
                    Alex Sage @dafyre
                    last edited by

                    @dafyre said in Installing ZeroTier on Fedora:

                    @scottalanmiller said in Installing ZeroTier on Fedora:

                    @krisleslie said in Installing ZeroTier on Fedora:

                    @scottalanmiller how do you not have VPN now?

                    Nope, none.

                    Methinks he's looking for an explanation of how you guys got rid of VPN.

                    Me too.

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

                      @aaronstuder said in Installing ZeroTier on Fedora:

                      @dafyre said in Installing ZeroTier on Fedora:

                      @scottalanmiller said in Installing ZeroTier on Fedora:

                      @krisleslie said in Installing ZeroTier on Fedora:

                      @scottalanmiller how do you not have VPN now?

                      Nope, none.

                      Methinks he's looking for an explanation of how you guys got rid of VPN.

                      Me too.

                      Just no need for it. Try it in reverse, what do you have that makes you want a VPN?

                      1 Reply Last reply Reply Quote 0
                      • AdamFA
                        AdamF
                        last edited by

                        Posting from my new Fedora workstation!

                        Trying to install ZeroTier as per this guide. As soon as I issue the first command, I get this:

                        [adam@localhost ~]$ curl -s 'https://pgp.mit.edu/pks/lookup?op=get&search=0x1657198823E52A61' | gpg2 --import && if z=$(curl -s 'https://install.zerotier.com/' | gpg2); then echo "$z" | sudo bash; fi
                        gpg: directory '/home/adam/.gnupg' created
                        gpg: keybox '/home/adam/.gnupg/pubring.kbx' created
                        gpg: no valid OpenPGP data found.
                        gpg: Total number processed: 0
                        

                        What am I missing?

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

                          @fuznutz04 said in Installing ZeroTier on Fedora:

                          Posting from my new Fedora workstation!

                          Trying to install ZeroTier as per this guide. As soon as I issue the first command, I get this:

                          [adam@localhost ~]$ curl -s 'https://pgp.mit.edu/pks/lookup?op=get&search=0x1657198823E52A61' | gpg2 --import && if z=$(curl -s 'https://install.zerotier.com/' | gpg2); then echo "$z" | sudo bash; fi
                          gpg: directory '/home/adam/.gnupg' created
                          gpg: keybox '/home/adam/.gnupg/pubring.kbx' created
                          gpg: no valid OpenPGP data found.
                          gpg: Total number processed: 0
                          

                          What am I missing?

                          Don't use the GPG signed install thing.

                          AdamFA 1 Reply Last reply Reply Quote 0
                          • AdamFA
                            AdamF @JaredBusch
                            last edited by

                            @jaredbusch That worked. I wonder why it's not working with gpg.

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

                              @fuznutz04 said in Installing ZeroTier on Fedora:

                              @jaredbusch That worked. I wonder why it's not working with gpg.

                              I've never cared enough to check because I trust ZT.

                              I assume because I have never setup GPG on my desktop.

                              AdamFA 1 Reply Last reply Reply Quote 0
                              • AdamFA
                                AdamF @JaredBusch
                                last edited by

                                @jaredbusch

                                Yep, I don't really care either. It works, so that's OK.

                                1 Reply Last reply Reply Quote 0
                                • 1 / 1
                                • First post
                                  Last post