What's new

VU+ Plugins - System ZeroTier For OpenPli

Ten Below

SuperTux
Staff member
Admin
Moderator
Messages
7,935
Joined
Sep 9, 2014
Reaction score
7,765
Points
628
Setting up ZeroTier in OpenPli
What is ZeroTier and why would I need this?
In case you are helping friends and family with internet connected devices remotely, ZeroTier makes it
very simple to connect to the device that needs support. ZeroTier creates a virtual network via the
internet and via the Zerotier assigned IP address it can be accessed. This device becomes part of you
own created private encrypted network.
This again a different approach that known solutions like VNC, RDP, Team-viewer or any other support
package.
Via Zerotier your toolset of WinSCP, MremoteNG, FTP, Telnet, SSH, Browser or any other package can be
used to access this other hardware.

1.jpg

By creating a Zerotier network online (zerotier.com) and adding internet enabled computer like devices
to this network, your network is starting to grow. It is up to the user to decide if this service auto starts
while booting. My advice is to do so.
In a simple setup you start your client on the computer you are working on and this will enable you to
connect via the ZeroTier network the other side. (Via your web control panel in zerotier.com, you can
find the IP-address of the connected hardware). The black Vu Solo has a local IP assigned (192.168.0.5)
but that is not relevant because this box can be anywhere in the world and therefore not integrated or
connected in your local Network. Via Zerotier, this box can in this example accessed via 192.168.1.1
(randomly assigned by the zerotier dhcp server)
So, the black Vu Solo can be anywhere on earth but when connected to the zerotier network, it is
accessible. No router port issues, no dyndns setup, no reversed VPN tunnel. Easy as it is and for free
under the current conditions (see the website for details)

Setting up in Openpli

Check via the zerotier admin page if it is successful. You should be able to ping the machine and you
should also able to ping from that machine
As last part of this installation in Openpli, I created a startup script that triggers a tunnel and after that
start the services.
It is well possible that you run into issues. Internet is your friend for getting the answers.
/etc/init.d/zerotier.sh (cmhod 755)
#!/bin/sh
# Set tunnel for zerotier via OpenVPN installation
modprobe tun
# Start Zerotier
/usr/sbin/zerotier-one –d
 

Attachments


Top Bottom