Installing ZeroTier on Fedora
-
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
-
Glad I'm not the only one still using ZT.
-
@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.
-
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.
-
@scottalanmiller how do you not have VPN now?
-
@krisleslie said in Installing ZeroTier on Fedora:
@scottalanmiller how do you not have VPN now?
Nope, none.
-
@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.
-
@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.
-
@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?
-
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?
-
@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.
-
@jaredbusch That worked. I wonder why it's not working with gpg.
-
@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.
-
Yep, I don't really care either. It works, so that's OK.