Difference between revisions of "OpenVPN"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 36: Line 36:
  
 
== See also ==
 
== See also ==
 +
* {{OpenVPN}}
 
* {{VPN}}
 
* {{VPN}}
 
* OpenVPN Connect IOS applications
 
* OpenVPN Connect IOS applications

Revision as of 14:03, 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

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

See also

Advertising: