Difference between revisions of "OpenVPN"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
Line 13: | Line 13: | ||
*Stop the OpenVPN service: | *Stop the OpenVPN service: | ||
::<code>$ sudo systemctl stop openvpn@server</code> | ::<code>$ sudo systemctl stop openvpn@server</code> | ||
+ | ::<code>(No output)</code> | ||
*Start the OpenVPN service: | *Start the OpenVPN service: | ||
Line 19: | Line 20: | ||
*Restart the OpenVPN service: | *Restart the OpenVPN service: | ||
::<code>$ sudo systemctl restart openvpn@server</code> | ::<code>$ sudo systemctl restart openvpn@server</code> | ||
+ | |||
===Ubuntu Linux 14.04 LTS=== | ===Ubuntu Linux 14.04 LTS=== | ||
*Stop the OpenVPN service: | *Stop the OpenVPN service: |
Revision as of 14:00, 7 April 2021
This article is a Draft. Help us to complete it.
wikipedia:OpenVPN (2001)
OpenVPN uses a custom security protocol that utilizes SSL/TLS for key exchange.
Port 1194 is the official IANA assigned port number for OpenVPN
.ovpn
file
Contents
Basic Commands
Ubuntu Linux 16.04/18.04 LTS
- Stop the OpenVPN service:
$ sudo systemctl stop openvpn@server
(No output)
- Start the OpenVPN service:
$ sudo systemctl start openvpn@server
- Restart the OpenVPN service:
$ sudo systemctl restart openvpn@server
Ubuntu Linux 14.04 LTS
- Stop the OpenVPN service:
$ sudo /etc/init.d/openvpn stop
- Start the OpenVPN service:
$ sudo /etc/init.d/openvpn start
- Restart the OpenVPN service:
$ sudo /etc/init.d/openvpn restart
Activities
- Follow https://www.cyberciti.biz/faq/howto-setup-openvpn-server-on-ubuntu-linux-14-04-or-16-04-lts/ installation guide
- Verify status of your OpenVPN server:
systemctl status openvpn-server@server
See also
- VPN: IPsec (Openswan), OpenVPN, Forticlient, GlobalProtect (PAN-OS), WireGuard (Linux Kernel), Tailscale, PulseSecure, WebVPN, SoftEther, ESP, IKE, AWS VPN, Zerotier, VPN client, Pritunl, GCP Cloud VPN, Mesh virtual private network, Mullvad
- OpenVPN Connect IOS applications
Advertising: