ZeroTier One v1.8.5 fails onFedora 35+
-
The recent update to ZeroTier broke on Fedora 35+ due to a library change.
https://github.com/zerotier/ZeroTierOne/issues/1575Version 1.8.6 resolves the issue, but you will have to uninstall ZeroTier, update the RPM, and then reinstall it to get things back online.
The easiest thing to do is rerun the quick install after you remove the current version.
# remove the current zerotier install sudo dnf remove zerotier-one -y # Rerun the original quick install to update the RPM and reinstall. curl -s 'https://raw.githubusercontent.com/zerotier/ZeroTierOne/master/doc/contact%40zerotier.com.gpg' | gpg --import && if z=$(curl -s 'https://install.zerotier.com/' | gpg); then echo "$z" | sudo bash; fi
This will not regenerate your local secret or remove the existing networks. So you will not need to set anything up again.