Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 560 Bytes

File metadata and controls

29 lines (26 loc) · 560 Bytes
aliases category classification date date_modified draft id image links local_archive_links pinned print series tags title type
connect-to-an-openvpn-tunnel-using-the-cli
openvpn
public
2019-09-14 14:34:52 -0700
2019-09-14 14:34:52 -0700
false
20190914213452
false
false
openvpn
ubuntu
Connect to an OpenVPN Tunnel Using the CLI
tech-note

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.