Users Manual
4G LTE COMPACT INDUSTRIAL CELLULAR ROUTER_M330/M330-W - UM V1.1.8
159
When the VPN tunnel established, the Cellular Router can be managed/accessed by the other
VPN clients.
16.5.7 Install Pritunl Open VPN server on Docker
Pritunl Open VPN server on Docker installation
Pritunl is a distributed enterprise vpn server built using the Open VPN protocol.
Quick Installation
Prerequisites
z Ubuntu 16.04
z 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