Difference between revisions of "OpenVPN"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Line 9: Line 9:
 
<code>.ovpn</code> file
 
<code>.ovpn</code> file
  
 +
==Basic Commands==
 +
*Stop the OpenVPN service:
 +
::<code>$ sudo systemctl stop openvpn@server</code>
 +
 +
*Start the OpenVPN service:
 +
::<code>$ sudo systemctl start openvpn@server</code>
 +
 +
*Restart the OpenVPN service:
 +
::<code>$ sudo systemctl restart openvpn@server</code>
 
== Activities ==
 
== Activities ==
 
* Follow https://www.cyberciti.biz/faq/howto-setup-openvpn-server-on-ubuntu-linux-14-04-or-16-04-lts/ installation guide
 
* Follow https://www.cyberciti.biz/faq/howto-setup-openvpn-server-on-ubuntu-linux-14-04-or-16-04-lts/ installation guide

Revision as of 12:47, 9 April 2020

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

Basic Commands

  • Stop the OpenVPN service:
$ sudo systemctl stop openvpn@server
  • Start the OpenVPN service:
$ sudo systemctl start openvpn@server
  • Restart the OpenVPN service:
$ sudo systemctl restart openvpn@server

Activities


See also

Advertising: