Skip to content

Commit

Permalink
[req-changes] Improved tutorial instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Aryamanz29 committed Aug 29, 2023
1 parent 1aef888 commit 11a73ca
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
11 changes: 6 additions & 5 deletions user/network-topology.rst
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ systemwide (no organization)** option is used
for the ZeroTier topology organization. You are free
to opt for any organization, as long as both the topology
and the device share the same organization, assuming the
`OpenWISP controller integration <#integration-with-openwisp
-controller-and-openwisp-monitoring>`_ feature is enabled.
`OpenWISP controller integration <https://github.com/openwisp/openwisp-network-topology/
#integration-with-openwisp-controller-and-openwisp-monitoring>`_ feature is enabled.

1. Create topology for ZeroTier
###############################
Expand Down Expand Up @@ -162,10 +162,11 @@ and the device share the same organization, assuming the
2. Create a script for sending ZeroTier topology data
#####################################################

1. Now, create a script (e.g: ``/opt/send-zt-topology.sh``)
1. Now, create a script on your server where
the ZeroTier controller is hosted (e.g: ``/opt/send-zt-topology.sh``)
that sends the ZeroTier topology data using a POST request.
In the example script below, we are sending the ZeroTier
self-hosted controller peers data:
In the example script below, we are sending the peers data
from the self-hosted ZeroTier controller to OpenWISP:

.. code-block:: shell
Expand Down
10 changes: 7 additions & 3 deletions user/zerotier.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,13 @@ template and Device has same organization.
1. Configure Self-Hosted ZeroTier Network Controller
####################################################

If you haven't already set up a self-hosted Zerotier
network controller on your server, now is a good time to do so.
You can start by simply installing Zerotier on your server
Currently, OpenWISP doesn't support the management
of `ZeroTier Central Controllers <https://my.zerotier.com/>`_
and only supports `self-hosted ZeroTier controllers
<https://docs.zerotier.com/self-hosting/introduction/>`_.
If you haven't already set up a self-hosted ZeroTier network controller
on your server, now is a good time to do so. You can
start by simply installing ZeroTier package on your server
from the `official website <https://www.zerotier.com/download/>`_.

2. Create VPN server configuration for ZeroTier
Expand Down

0 comments on commit 11a73ca

Please sign in to comment.