IT/Software/Networking/ZeroTier: Difference between revisions

From msgwiki
< IT‎ | Software‎ | Networking
Jump to navigation Jump to search
Access restrictions were established for this page. If you see this message, you have no access to this page.
No edit summary
Line 8: Line 8:
===Install===
===Install===
  <nowiki> curl -s https://install.zerotier.com | sudo bash  </nowiki>
  <nowiki> curl -s https://install.zerotier.com | sudo bash  </nowiki>
====Errors====
====Errors 1====


*It will not install if your package manager has issues.
*It will not install if your package manager has issues.
Line 16: Line 16:
<code>sudo dpkg --configure -a</code>
<code>sudo dpkg --configure -a</code>


* Now try the install again.
*Now try the install again.


=== Join your network ===
==== Errors 2 ====
 
* You may get 401 errors or "no port. . . " errors
* you need to purge and reinstall.
* <br />
** You may need to remove var/lib/zerotier-one
 
===Join your network===
The scary thing here is you don't need any kind of a password
The scary thing here is you don't need any kind of a password


Line 27: Line 34:
No I will not give you my network id!
No I will not give you my network id!


=== Summary ===
===Summary===
That is all there is.
That is all there is.
In two commands you are connected.
In two commands you are connected.

Revision as of 13:53, 11 January 2021

Basics

You need to get an account at ZeroTier

You can connect up to 100 computers for free.

After that get another and you get 200.

Install

 curl -s https://install.zerotier.com | sudo bash   

Errors 1

  • It will not install if your package manager has issues.

sudo apt --fix-broken install

sudo dpkg --configure -a

  • Now try the install again.

Errors 2

  • You may get 401 errors or "no port. . . " errors
  • you need to purge and reinstall.

    • You may need to remove var/lib/zerotier-one

Join your network

The scary thing here is you don't need any kind of a password

Once you join you will still need the address of others in the network to access them.
sudo zerotier-cli join XXXXXXXXXXXXXX

No I will not give you my network id!

Summary

That is all there is. In two commands you are connected.