INDUSTRIAL 4G LTE CELLULAR ROUTER
– B_UM V1.1.0
112
15.4.5 Install Pritunl OpenVPN server on Docker
Pritunl OpenVPN server on Docker installation
Pritunl is a distributed enterprise vpn server built using the OpenVPN 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
sudo apt-get update
sudo apt-get install \
apt-transport-https \
ca-certificates \
curl \
software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository \
"deb [arch=amd64] https://download.docker.com/linux/ubuntu \
$(lsb_release -cs) \
stable"
Install Docker CE
sudo apt-get update
sudo apt-get install docker-ce
Install Docker compose
sudo apt-get install docker-compose
Install Pritunl OpenVPN Server by docker compose
(1) Set up the basic environment by the following commands.
mkdir ~/pritunl
cd ~/pritunl
touch docker-compose.yml
(2) Copy and paste the following content to docker-compose.yml.
version: '2'
services:
pritunl:
image: jippi/pritunl
volumes:
Содержание M302-L
Страница 1: ...Industrial 4G LTE Cellular Router M302 L M302 LG User Manual Version 1 1 0...
Страница 21: ...INDUSTRIAL 4G LTE CELLULAR ROUTER B_UM V1 1 0 17...
Страница 36: ...INDUSTRIAL 4G LTE CELLULAR ROUTER B_UM V1 1 0 32...
Страница 62: ...INDUSTRIAL 4G LTE CELLULAR ROUTER B_UM V1 1 0 58 2 From Setting tab you can set up the connection of OpenVPN...
Страница 70: ...INDUSTRIAL 4G LTE CELLULAR ROUTER B_UM V1 1 0 66...
Страница 98: ...INDUSTRIAL 4G LTE CELLULAR ROUTER B_UM V1 1 0 94...