aliases | category | classification | date | date_modified | draft | id | image | links | local_archive_links | pinned | series | tags | title | type | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
openvpn |
public |
2019-09-14 14:34:52 -0700 |
2019-09-14 14:34:52 -0700 |
false |
20190914213452 |
false |
false |
|
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.