DEBIAN || OpenVPN Cli using IvarcyVPN
-
Install OpenVPN:
apt-get install openvpn
Copy the below Config Files in the directory where you want them to stay:
Location --> \10.46.233.253\ARCHIVE\Software\OPENVPN Configs for IvacyVPNStart VPN Connection
openvpn --config /etc/openvpn/FR_Paris_TCP.ovpn --daemon
Checking which server is it im connecting to
ps aux/grep openvpn
Stop all active VPN connections
pkill openvpn