Use an OpenVPN configuration file to connect to an OpenVPN tunnel.
$ sudo openvpn --config <path-to-openvpn-config-file>
The sudo
is important, otherwise it may fail to connect.
Use an OpenVPN configuration file to connect to an OpenVPN tunnel.
$ sudo openvpn --config <path-to-openvpn-config-file>
The sudo
is important, otherwise it may fail to connect.