OpenVPN

Open source software that creates a secure point-to-point or site-to-site connection in a VPN configuration.

Syntax

sudo openvpn file.ovpn                    #Connects to the .ovpn file
sudo pkill openvpn                        #Disconnects by killing openvpn process

Last updated