M350 Series User Manual 190
When the VPN tunnel established, the Cellular Router can be managed/accessed by the other VPN
clients.
Pritunl Open VPN server on Docker installation
Pritunl is a distributed enterprise vpn server built using the Open VPN protocol.
Quick Installation
Prerequisites
Ubuntu 16.04
curl or wget should be installed
Install via curl
sh -c "$(curl -fsSL https://bit.ly/2IpJN1X)"
Install via wget
sh -c "$(wget https://bit.ly/2IpJN1X -O -)"
Install Docker on Ubuntu 16.04 64bit
Reference: https://docs.docker.com/engine/installation/linux/docker-ce/ubuntu/
Set up the repository
sudo apt-get remove docker docker-engine docker.io
16.5.7 Install Pritunl Open VPN server on Docker