17053da3ca
ZeroTier can be used for on-premise network virtualization, as a peer to peer VPN for mobile teams, for hybrid or multi-data-center cloud deployments, or just about anywhere else secure software defined virtual networking is useful. WWW: https://www.zerotier.com/ PR: 203161 Submitted by: corsmith@gmail.com
11 lines
192 B
Text
11 lines
192 B
Text
#################################
|
|
|
|
First start the zerotier service:
|
|
|
|
service zerotier start
|
|
|
|
To connect to a zerotier network:
|
|
|
|
zerotier-cli join <network>
|
|
|
|
#################################
|