Özel Fırsat 3 YILLIK VPN edinin - sadece € 1.77/ay Sınırlı teklif >>

VPN kurulumu. Aşama 4. Raspberry Pi OS. OpenVPN bulk. Tüm sunucular.

VPN bağlantısını yapılandırma talimatları

Zaten bir hesabınız varsa, giriş yapın. Yeni bir kullanıcı mı? Buradan kaydolun.

Bağlantı sihirbazı

Aşama 1

Install the required packages by running the following commands:

sudo apt-get update sudo apt-get upgrade sudo apt-get install openvpn unzip sudo dpkg-reconfigure tzdata mkdir -p /etc/openvpn

Aşama 2

Download the ovpn.zip file and copy it to your home directory ~/

All .ovpn files ZIP'ped: GİZLİ. Giriş veya görmek için kaydolun.

The ovpn.zip file contains all the Trust.Zone ovpn connections available and your VPN credentials.

Aşama 3

Move all ovpn files to /etc/openvpn directory:

cd ~ unzip ovpn.zip mv ./tcp/* /etc/openvpn rm -rf ./tcp

Aşama 4

In order to connect please run the following command:

cd /etc/openvpn ; sudo pkill openvpn ; sudo openvpn --config /etc/openvpn/[ovpn_file_you_want_to_connect_to] --daemon

Aşama 5

In order to disconnect please run the following command:

sudo pkill openvpn

Connection check

curl https://trust.zone/check