Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 571 Bytes

connect-to-an-openvpn-tunnel-using-the-cli.md

File metadata and controls

28 lines (25 loc) · 571 Bytes
aliases archive_links 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.