til/Applications/Network/OpenVPN.md

15 lines
300 B
Markdown
Raw Normal View History

2020-04-30 16:32:50 +00:00
# OpenVPN
2020-03-13 08:06:32 +00:00
2021-02-17 16:56:59 +00:00
| Distribution | Package |
| ------------ | --------- |
| Arch Linux | `openvpn` |
| Ubuntu | `openvpn` |
2021-04-03 16:58:41 +00:00
2020-05-20 09:50:13 +00:00
Connect with factor authentication and start as a dameon:
2020-03-13 08:19:30 +00:00
```sh
2020-05-20 09:50:13 +00:00
sudo openvpn --config /path/to/client.ovpn \
--auth-user-pass --auth-retry interact \
--daemon
2020-03-13 08:19:30 +00:00
```