Difference between revisions of "OpenVPN"

From wikieduonline
Jump to navigation Jump to search
Line 21: Line 21:
 
*Restart the OpenVPN service:
 
*Restart the OpenVPN service:
 
::<code>$ sudo [[systemctl restart openvpn@server]]</code>
 
::<code>$ sudo [[systemctl restart openvpn@server]]</code>
 +
 +
 +
::<code>$ sudo [[systemctl status openvpn@server]]</code>
  
 
===Ubuntu Linux 14.04 LTS===
 
===Ubuntu Linux 14.04 LTS===

Revision as of 10:22, 18 September 2021

wikipedia:OpenVPN (2001) is a virtual private network (VPN) system to create secure point-to-point or site-to-site connections in and remote access.

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

openvpn package contains openvpn binary

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


$ sudo systemctl status 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: