Difference between revisions of "OpenVPN"

From wikieduonline
Jump to navigation Jump to search
 
(5 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
OpenVPN uses a custom security protocol that utilizes SSL/[[TLS]] for [[key exchange]].
 
OpenVPN uses a custom security protocol that utilizes SSL/[[TLS]] for [[key exchange]].
  
Port 1194 is the official IANA assigned port number for OpenVPN
+
Port [[1194]] is the official IANA assigned port number for OpenVPN
  
* <code>[[/etc/openvpn/server.conf]]</code>
+
* Installation: <code>[[apt install openvpn]]</code>
* <code>[[/var/log/openvpn.log]]</code>
+
* Configuration: <code>[[/etc/openvpn/server.conf]]</code>
 +
* Logs: <code>[[/var/log/openvpn.log]]</code>
 +
* Package: <code>openvpn</code> package contains <code>openvpn</code> binary
  
 +
<code>[[.ovpn]]</code> file
  
<code>[[.ovpn]]</code> file
 
  
<code>openvpn</code> package contains <code>openvpn</code> binary
 
  
  
Line 50: Line 51:
 
* [[Mbed TLS]]
 
* [[Mbed TLS]]
 
* [[AWS VPN Client]]
 
* [[AWS VPN Client]]
 +
* [[pritunl]]
 +
* [[Ethereum ports]]
  
 
== See also ==
 
== See also ==

Latest revision as of 20:28, 28 May 2023

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



Basic Commands[edit]

Ubuntu Linux 16.04/18.04 LTS[edit]

  • 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[edit]

  • 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[edit]

Related[edit]

See also[edit]

Advertising: