-
Notifications
You must be signed in to change notification settings - Fork 1
VPN
Baisalbek Daniiarov edited this page Oct 12, 2019
·
2 revisions
Droplet Creating Documentation
Go to 'VPC Network' > 'Firewall rules' > 'Create Firewall rule':
Name: vpn
Targets: All instances in the network
Source IP ranges: 0.0.0.0/0
Protocols and ports: udp:1194
and Save.
sudo su
apt install wget
wget https://gitcdn.link/repo/xbaysal11/privatium/master/vpn/openvpn-install.sh
sudo bash openvpn-install.sh
IP address: <IPv4 address of network> // just press enter
Public IP address / hostname: <your public IP of VM> //Write public IP of VM and press enter
Protocol: 1 // Write 1 and press enter
Port: 1194 //write 1194 and press enter
DNS: 2 // Write 2 and press enter
Client name: <your name> // Write your name and press enter
// Press any key to continue
cd /home
ls
Download file yourName.ovpn to your local machine
On local machine
sudo apt install openvpn
sudo openvpn --config <yourName>.ovpn
- Main Page Privatium
- Droplet Creating Documentation
- Screenshot Sharing Documentation
- File Sharing Documentation
- PROXY Documentation
SPONSORS [Become a sponsor]
Privatium is GPL licensed.